Form to add data

P

pepperj

Can a form be made to add data by just keying a number ID and then the rest
of the information will appear plus a blank cell for the new data. My table
has product information and each one has a separate ID number. I want a
input form where when you key in the product ID you then can see the other
information plus the blank field for the order amount. is this possible?
Thanks
 
S

Steve Schapel

Pepper,

The "other information" associated with the product ID is already stored
in the master product table. So therefore on this form you are talking
about, you don't need it to be redundantly storing this information a
second time in the table that the form is bound to. You just need it to
access the data from the main product table, and *display* it on the form.

There are a number of approaches that can be taken here. It might help
to read through this article:
http://accesstips.datamanagementsolutions.biz/lookup.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top