Hey guys,
I have a field on a form called Type. I then have another field (named Categories) in a subform. What I am hoping to achieve is that depending on the value of Type, the Categories value will change.
Categories is a combobox of values. These values are stored in two separate tables. Depending on the value of Type, I would like the combobox to contain values from a different table.
For reference purposes, assume Type can have two values "TypeA" and "TypeB; also that when TypeA is chosen then Categories should refer to "TableA" and otherwise to "TableB".
I hope there is an easier way than to create a second form which has a different subform; where each subform has the correct Categories. Any advice would be appreciated.
I have a field on a form called Type. I then have another field (named Categories) in a subform. What I am hoping to achieve is that depending on the value of Type, the Categories value will change.
Categories is a combobox of values. These values are stored in two separate tables. Depending on the value of Type, I would like the combobox to contain values from a different table.
For reference purposes, assume Type can have two values "TypeA" and "TypeB; also that when TypeA is chosen then Categories should refer to "TableA" and otherwise to "TableB".
I hope there is an easier way than to create a second form which has a different subform; where each subform has the correct Categories. Any advice would be appreciated.