Hi,
I would like to be able to populate a field on a form with a particular value when a value in another values in another field on the same form are chosen.
The fwo fields I am referring to is ‘Portfolio’ and ‘Department’, each are drop down lists on the same form. The ‘Portfolio’ field displays values from the ‘Portfolio’ table (a single column table listing only portfolios). The ‘Department’ field displays values from the ‘Department’ table (again a single column table listing only departments).
I’m thinking of changing the ‘Portfolio’ table to 2 columns – the first column being the list of portfolios and the second column being the related department. When a user chooses a certain value from the ‘Portfolio’ field, I would like the ‘Department’ field to be filled in automatically based on values in the table. I would also like them to be able to change Department manually if they like, so I was thinking of keeping the Department field and table the way they are.
Hope this is possible and hope someone can help!
Cheers,
Jason