C
Chen
I have a form for the user to enter the items that will be
on a purchase order. The Supplier Name (actually just an
id number on the form) is already set into the form, and
after the user updates the Parts Number field, I want it
to run an SQL statement checking if there is already a
record in the Item table with that particular supplier
name and parts number. If so, I want it to automatically
place the description from the same table for that item
into the description field in the form. However, I just
cannot figure out the correct syntax to do this using
either VB or macros. Can someone help me out? Thanks!
on a purchase order. The Supplier Name (actually just an
id number on the form) is already set into the form, and
after the user updates the Parts Number field, I want it
to run an SQL statement checking if there is already a
record in the Item table with that particular supplier
name and parts number. If so, I want it to automatically
place the description from the same table for that item
into the description field in the form. However, I just
cannot figure out the correct syntax to do this using
either VB or macros. Can someone help me out? Thanks!