Chat with a LIVE Microsoft Access Expert!
 
       
 

         

   

Go Back   Access World Forums > Microsoft Access Discussion > General

 
 
Chat with a LIVE Microsoft Access Expert!
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-23-2007, 11:19 PM
prabirsenuk prabirsenuk is offline
Registered User
 
Join Date: May 2007
Posts: 9
prabirsenuk is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #2  
Old 05-23-2007, 11:36 PM
MStef MStef is offline
Registered User
 
Join Date: Oct 2004
Location: Zagreb - Croatia
Posts: 1,593
MStef will become famous soon enough
1) You don't need the same data in two tables !!
2) If you want to do this, try with Append query.
Reply With Quote
  #3  
Old 05-24-2007, 01:10 AM
prabirsenuk prabirsenuk is offline
Registered User
 
Join Date: May 2007
Posts: 9
prabirsenuk is on a distinguished road
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 -
Reply With Quote
  #4  
Old 05-24-2007, 01:17 AM
MStef MStef is offline
Registered User
 
Join Date: Oct 2004
Location: Zagreb - Croatia
Posts: 1,593
MStef will become famous soon enough
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.
Reply With Quote
  #5  
Old 05-24-2007, 01:29 AM
neileg's Avatar
neileg neileg is offline
AWF VIP
 
Join Date: Dec 2002
Location: Newcastle, England
Posts: 5,971
neileg has a spectacular aura aboutneileg has a spectacular aura about
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
Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -8. The time now is 04:48 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) copyright 2009 Access World