I have a database that has two forms, two tables, and a query. Here's what I would like it to do, but can't figure out how to do it.
The first form contains an account number text box. After the person types in this account number, it should run a query that pulls the name and address from another table.
I can get it to work by clicking a button and showing that information in a subform, but I need to display on the main form instead.
How can I get the information from that query to show up on the main form?? Perhaps I'm making it much more difficult than it really is.
Can anyone help?
Thanks
The first form contains an account number text box. After the person types in this account number, it should run a query that pulls the name and address from another table.
I can get it to work by clicking a button and showing that information in a subform, but I need to display on the main form instead.
How can I get the information from that query to show up on the main form?? Perhaps I'm making it much more difficult than it really is.
Can anyone help?
Thanks