automating an entry

B

briank

One field in my master table is a lookup based upon
column 1 another table. Another second field in my
master table is based upon the same lookup table but at
column 2. I would like to have the user choose a
selection in the first field and have the second field
automatically populate. Is there a code for this?
 
T

Tim Ferguson

I would like to have the user choose a
selection in the first field and have the second field
automatically populate.

This sounds like a Design Problem. There should not be any need for
"copying" two fields from one table to another: you should be using a
proper foreign key/ relationship to do the linking.

Check out the help pages or a simple book on Relational design.

HTH


Tim F
 

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