| Chat with a LIVE Microsoft
Access Expert! |
||||
|
||||
|
#1
|
|||
|
|||
|
Filling up a table from another
Hi all:
I have an inventory table, and I wish to pick items from that inventory table and populate an order placement table. In oracle, clicking one of the item windows in the form provide with a LOV (List of Values), and usually items are picked from there. How do I achieve this in Access, and it does not have to be LOV as in Oracle. I shall be thankful for your kind help. Regards - Prabir. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
1) You don't need the same data in two tables !!
2) If you want to do this, try with Append query. |
|
#3
|
|||
|
|||
|
I do not wish to append. I want to pick and choose the items I want to order abd populate my order placement table.
For example, the inventory table would have Item Code Item_description Item_price etc etc I want to choose the iems I want to oeder from the Inventory table and prepare my order placement table. Thanks - |
|
#4
|
|||
|
|||
|
1) As I said before, you don't need the same data in two tables, (only foreign key).
2) If you want it, try to do it with Update query. |
|
#5
|
||||
|
||||
|
You can't do this at table level, you need a form. You could use a combo box or a continuous form to show your list of values.
__________________
You can't always get what you want, but if you try sometimes you may just get what you need - Rolling Stones Cheers, Neil |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| auto update field - form to table | Old Timer | Forms | 2 | 06-24-2009 08:58 PM |
| Multiple Updates to a table from another table | databasedave | Modules & VBA | 0 | 01-31-2006 12:18 PM |
| Help with Relationships and table design: | Bill Harrison | Tables | 7 | 01-12-2005 06:44 AM |
| Filling a table using combo box | BIGGY | Tables | 9 | 01-05-2005 12:26 PM |
| Creating a form that updates a table, only if data is not already in the table | vexing | Forms | 1 | 04-26-2001 10:52 AM |