KabirPatel
Registered User.
- Local time
- Today, 20:52
- Joined
- Nov 16, 2006
- Messages
- 38
Hi all,
I have a combo box that is bound to a stored procedure. The stored procedure returns values from 2 columns of a table, FieldA and FieldB.
I need end users to see values from FieldA only (so FieldB needs to be hidden). At the same time I need the values from FieldB for other forms within my application.
Is there a way to do this in Access?
I have been playing around with the properties of a combo box in VBA but cannot get it to work.
Thanks in advance
Kabir
I have a combo box that is bound to a stored procedure. The stored procedure returns values from 2 columns of a table, FieldA and FieldB.
I need end users to see values from FieldA only (so FieldB needs to be hidden). At the same time I need the values from FieldB for other forms within my application.
Is there a way to do this in Access?
I have been playing around with the properties of a combo box in VBA but cannot get it to work.
Thanks in advance
Kabir