vicissitude
Registered User.
- Local time
- Today, 17:16
- Joined
- Feb 28, 2010
- Messages
- 92
Hi all,
Is it possible to have 2 combo boxes on the one form having the same table field control source but be looking at different rows?
I am using the combo boxes to look up setting value in a 'settings' table which has a fields like this:
etc.
Thanks.
Is it possible to have 2 combo boxes on the one form having the same table field control source but be looking at different rows?
I am using the combo boxes to look up setting value in a 'settings' table which has a fields like this:
Code:
SettingID SettingName SettingValue
0 Name 1 1
1 Name 2 20
3 Name 3 2
etc.
Thanks.