Could use suggestions

Hello, I would like to ask for help from you.

at the moment I have a budget Database I have been working on for a few months.

image

As you can see here it has a datagrid with columns from datasource and program columns

What I want to do is add a comments column to the side of previous budgeted column to where a user can input there comments

Would it be best to create a UD Table and storing fiscal period, COA, and budget code and treating it like SQL and update the table based on those key fields to where it would display again?

Sorry if that is not clear but the end goal is for a user to pull up a budget and see the comments a user has added next to each period.

So how I managed to do this was just adding a UD field. I was suggested a UD Table but that didn’t make sense to me so I used a field instead.

1 Like