Hi,
I am not sure whether i am doing it right. I have created tables and queries. I am trying to create a form . It would contain one field. When the values are entered in that field , it should produce the details pertaining to that field.
to give more details. I have two tables
order table: which contain order number, part number,....
supplier table: supplier name, invoice number ... so on
I wanted to have a form with order number blank. when either I type/scan the order number, it should pull the details of part number, supplier name, invoice number from the
two tables pertaining to that order number.
could you please help me...
thank you