Does anyone have suggestions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table that I want to input customer number and then go to another
table get the part number and code then automatically insert that
information into the fields in the table that I am working in.
 
Hi,
Can you be a bit more clear, do you have the table desing in place? Or you
want to link the this to another table? Or looking for a sql statement?


Anand
 
It sounds like you are trying to do this directly in the tables. Don't!

Use forms for data entry (and see Duane's suggestion re: cascading combo
boxes).

Good luck

Jeff Boyce
<Access MVP.
 
Back
Top