nicksource
Registered User.
- Local time
- Today, 19:55
- Joined
- Feb 18, 2008
- Messages
- 69
I have 2 tables that are related to each other.
When a user logs out products that go to a customer, the form stores the Date it goes out on, and the customer ID (shown as 'JobID' below), then another table, logs which products went and what quantity.
The tables are below:
The 'ID' field on the GoodsOutJob table is the ID used in the 'GoodsOutID' field in the GoodsOutProd table, to relate the 2 tables data.
The problem I have is, how do I make a query to show all the products where Job = 28 for example? I presume I need a Join query just not sure what to do.
I hope you understand,
Thanks in advance.
When a user logs out products that go to a customer, the form stores the Date it goes out on, and the customer ID (shown as 'JobID' below), then another table, logs which products went and what quantity.
The tables are below:
The 'ID' field on the GoodsOutJob table is the ID used in the 'GoodsOutID' field in the GoodsOutProd table, to relate the 2 tables data.
The problem I have is, how do I make a query to show all the products where Job = 28 for example? I presume I need a Join query just not sure what to do.
I hope you understand,
Thanks in advance.