tina hayes
Registered User.
- Local time
- Today, 12:53
- Joined
- Jul 28, 2004
- Messages
- 37
Hi there
i am looking for a bit of help. I have a database that has a form/VBA front end that has linked tables from a back end DB. it is a restricted Database given out as an MDE file to users. On the main form, there is a combo box called responsible officer this is connected to a column in the back end table called res_off. When a record is entered into the DB you have to choose, from the drop down, a responsible officer for this record. if this certain responsible officer leaves They may have 1000 records against their name which will need to be changed by the User. What I need it to create a form with two combo boxes on it so that in one I can say find all records in the DB that match the name in combo1 and replace them all with the name in combo 2. The user will not have access to the backend table.
A recreation of the Find and Replace function in access I think would work but I don’t really know where to start.
any help will be much appreicated.
many thanks
i am looking for a bit of help. I have a database that has a form/VBA front end that has linked tables from a back end DB. it is a restricted Database given out as an MDE file to users. On the main form, there is a combo box called responsible officer this is connected to a column in the back end table called res_off. When a record is entered into the DB you have to choose, from the drop down, a responsible officer for this record. if this certain responsible officer leaves They may have 1000 records against their name which will need to be changed by the User. What I need it to create a form with two combo boxes on it so that in one I can say find all records in the DB that match the name in combo1 and replace them all with the name in combo 2. The user will not have access to the backend table.
A recreation of the Find and Replace function in access I think would work but I don’t really know where to start.
any help will be much appreicated.
many thanks