Access 2007 help needed
February 9, 2010 2:22 PM Subscribe
I need to create a form in Access 2007 that can look up a record by customer ID number for data entry. This is an often repeated task so I need the form to stay open.
I have an Access 2007 database that has about 40K customers in it, each with a unique ID number. I need to create a form that will look customers up by this number so that I can do additional data entry. How do I do this?
I have an Access 2007 database that has about 40K customers in it, each with a unique ID number. I need to create a form that will look customers up by this number so that I can do additional data entry. How do I do this?
This thread is closed to new comments.
If it needs to be automatic, create an unbound text field and attach a VBA procedure to its AfterUpdate event.
posted by zixyer at 2:37 PM on February 9, 2010