Nightowl4933
Tryin' to do it right...
- Local time
- Today, 06:50
- Joined
- Apr 27, 2016
- Messages
- 151
...as most things are - when you know the answer!
I have a form with a ComboBox from which users pick a value. The control source is separate from the form's data table.
I want to use a 'viewing' form so users can see everything, but not change it.
I would like to change the ComboBox to a Text Box with the value in it, but all I get is the [ID] and not the [Title].
I'm able to use If... Then... Else... based on the value of the ComboBox on the form, but I'd have to edit the code if I make any amendments to the table.
tblAuthority, [ID], [Authority]
frmViewer, txtAuthority
Thanks
I have a form with a ComboBox from which users pick a value. The control source is separate from the form's data table.
I want to use a 'viewing' form so users can see everything, but not change it.
I would like to change the ComboBox to a Text Box with the value in it, but all I get is the [ID] and not the [Title].
I'm able to use If... Then... Else... based on the value of the ComboBox on the form, but I'd have to edit the code if I make any amendments to the table.
tblAuthority, [ID], [Authority]
frmViewer, txtAuthority
Thanks