analyst123456789
New member
- Local time
- Today, 06:44
- Joined
- Apr 10, 2014
- Messages
- 2
I am developing a UI in Access 2007 using ODBC. The form1 has a logic in order as bellow
1. With search box filled with a list of IDs, on click on the search button (Before.png in attachment)
2. The VBA code will run a query to get corresponding customer_id, customer_name in customer(linked from ODBC) , customer_id, product_name in product (linked from ODBC) and import them into two new local tables. (say the result will be two new local tables customer_LOCAL WITH customer_id and customer_name, product.Local with customer_id and product name)
3. Then display a datasheet on form1 as a search
result that contains customer IDs, customer name, product name (After.png in attachment)
1. With search box filled with a list of IDs, on click on the search button (Before.png in attachment)
2. The VBA code will run a query to get corresponding customer_id, customer_name in customer(linked from ODBC) , customer_id, product_name in product (linked from ODBC) and import them into two new local tables. (say the result will be two new local tables customer_LOCAL WITH customer_id and customer_name, product.Local with customer_id and product name)
3. Then display a datasheet on form1 as a search
result that contains customer IDs, customer name, product name (After.png in attachment)
Attachments
Last edited: