recall the item for description

G

Guest

ITEM DESCRIPTION
____ _____________
item1 item1 description
item2 item2 description
item3 item3 description
item4 item4 description
item5 item5 description


here is my question, how can I just type "item1", then "item1 description"
will show on DESCRIPTION column
 
P

Pat Hartman

Create a query that joins the Item table to the table with the descriptions.
chose the ItemID from the Item table and the description from the
description table. When you type into the item field, Access will
automagically populate the description. To use this feature properly, make
sure that you lock the form field for the description so that it isn't
changed accidentally. Changing it will affect ALL instances of Item1. Base
your form/report on this query.
 

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

Algorithm for multi combination 10
Creating a string from a query in vba 3
Need Help to Create Query 2
Need Help 1
Trying to SUM variable number of VLOOKUPs 7
Access MS Access Lookup problem 0
Monthly Report 5
ComboBox Code 4

Top