matethreat
Technical User
Hello,
I have a form which I enter information about a job. One piece of information is an Item Number.
After I enter that item number I want the form to look up in another table the description of that item number and display it on the form.
Both tables contain the item number.
For example:
The forms table:
ItemNumber
Quantity
Price
The master table:
ItemNumber
Description
Now after I type the Item Number on the form I want to display the description from my master table, in a text box.
Any Ideas??
I have a form which I enter information about a job. One piece of information is an Item Number.
After I enter that item number I want the form to look up in another table the description of that item number and display it on the form.
Both tables contain the item number.
For example:
The forms table:
ItemNumber
Quantity
Price
The master table:
ItemNumber
Description
Now after I type the Item Number on the form I want to display the description from my master table, in a text box.
Any Ideas??