F
Flemming
Dear newsgroup
I am trying to make a my first access query. Here is what i want to do:
Two tables regarding delivery of containers which we empty and send back.
Delivery: Delivery Note*, ContainerNO, InvoiceNO, weightIn, DateIn
Return: ContainerNO*, InvoiceNO*, weightOut, LeaveDate
*=primary key. (since both the ContainerNO and the InvoiceNO can reappear i
have made a combined primary key in the Return table.)
By comparing these two tables i want to be able to tell which containers we
are having in our stock.
By using the querry when entering data into the Return table I would like a
drop down list that gives me the possible invoiceNo. Preferable like this: I
enter the outgoing ContainerNo and get the Corresponding InvoiceNO .
Remember that if the Container-Invoice pair occur in both table then that
delivery has been completed.
Ill hope someone in here can help me getting started. I have tried to read
about queries in the help files - but it doesnt seem to help me. When
answering please keep in mind that this is my first querry.
thanks in advance
Flemming
I am trying to make a my first access query. Here is what i want to do:
Two tables regarding delivery of containers which we empty and send back.
Delivery: Delivery Note*, ContainerNO, InvoiceNO, weightIn, DateIn
Return: ContainerNO*, InvoiceNO*, weightOut, LeaveDate
*=primary key. (since both the ContainerNO and the InvoiceNO can reappear i
have made a combined primary key in the Return table.)
By comparing these two tables i want to be able to tell which containers we
are having in our stock.
By using the querry when entering data into the Return table I would like a
drop down list that gives me the possible invoiceNo. Preferable like this: I
enter the outgoing ContainerNo and get the Corresponding InvoiceNO .
Remember that if the Container-Invoice pair occur in both table then that
delivery has been completed.
Ill hope someone in here can help me getting started. I have tried to read
about queries in the help files - but it doesnt seem to help me. When
answering please keep in mind that this is my first querry.
thanks in advance
Flemming