Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ms access question

Status
Not open for further replies.

113518r

Programmer
Dec 11, 2007
1
ZA
Hi
i designed ms access program which work with a bar code but after i scan item code to the form automatically i want to get data to the fields of description and price
how can i get data of this fields after i scan item code
to the form? is there a code that bring data to the form fields from the tables or queries?
how can i get the data automatically after i scan item code?
thankyou!
 
You need to use the AfterUpdate event of the control that holds the barcode, then use the DLookup command to retrieve the appropriate values from your database and display them on your form.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top