Hello all,
I've only recently started working on access and even more recently started to dab into the VB reference of access.
Here is the setting. I have a comboBox to which the recordSource is an SQL statement that sorts through a table finding the Name, Phone# and ID of a client. The form i am working on is used to append the table that this SQL statement is based on.
I would like for this comboBox to change the Record i am currently working on. Almost like a lookup or search to find any previously entered record and make updates to it.
Im still not sure if i should even use VB or if it could be done using a query. If anything i would at least like to be able to display exactly which record # that client resides under.
Thank you,
ArthurG
I've only recently started working on access and even more recently started to dab into the VB reference of access.
Here is the setting. I have a comboBox to which the recordSource is an SQL statement that sorts through a table finding the Name, Phone# and ID of a client. The form i am working on is used to append the table that this SQL statement is based on.
I would like for this comboBox to change the Record i am currently working on. Almost like a lookup or search to find any previously entered record and make updates to it.
Im still not sure if i should even use VB or if it could be done using a query. If anything i would at least like to be able to display exactly which record # that client resides under.
Thank you,
ArthurG