S
Syed Zeeshan Haider
Hello Everybody,
I am working with MS Access 2003 and I am trying to populate a combo box
with data from different fields of current record only. For example, three
fields in current record get three different nick names. A fourth field is a
combo box and in this the user can choose one of three nick names previously
entered in the last three fields. Populating the combo box is not actually a
problem as it can be done by using Requery in VBA with the use of proper
events. However, I want to populate this combo box with the data of
above-mentioned three fields from current record only. My query picks up
data from all the records of current table. I am using UNION query to
combine the data of three fields but how to tell the query to use only
current record as data source?
Any will be highly appreciated.
Thank you,
I am working with MS Access 2003 and I am trying to populate a combo box
with data from different fields of current record only. For example, three
fields in current record get three different nick names. A fourth field is a
combo box and in this the user can choose one of three nick names previously
entered in the last three fields. Populating the combo box is not actually a
problem as it can be done by using Requery in VBA with the use of proper
events. However, I want to populate this combo box with the data of
above-mentioned three fields from current record only. My query picks up
data from all the records of current table. I am using UNION query to
combine the data of three fields but how to tell the query to use only
current record as data source?
Any will be highly appreciated.
Thank you,