Please Help maybe dlookup

P

Philip

I am having a hard time getting this.
I have a table called tbStyles with two fields a
ProductNumber and ProductDescription field.

I have another table called tbPrices that I have to enter
the ProductNumber and I want the ProductDescrption to
fill in automatically.

I would also like to do this on a form.

I cant make any sense of MS help

Thanks so much
 
G

Gary Miller

Phillip,

In good database design, you only want that ProductNumber
stored in the table. You can then tie in the two tables with
a query and pull in the ProductDescription for display
purposes. You can then base your form on the query (as well
as reports) and the ProductDescription can be displayed with
ease although you will never actually enter it anywhere.

Gary Miller
Sisters, OR
 

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

Similar Threads


Top