AC5FF
Registered User.
- Local time
- Today, 06:40
- Joined
- Apr 6, 2004
- Messages
- 552
Maybe my brain took a vacation today; I thought this would be simple but I can't get anything to work correctly. Hopefully it's an easy oversight on my end.
Is it possible to link the two tables using a wild card?
For example, my Parts List table will have a stock number X
But my Master Stock Table will have the stock number X and X-1 and X-2, etc.
I need to be able to pull out all the "X"s from the master stock table based upon a variable set from the Parts List table.
Here's the SQL for what I have so far...
Is it possible to link the two tables using a wild card?
For example, my Parts List table will have a stock number X
But my Master Stock Table will have the stock number X and X-1 and X-2, etc.
I need to be able to pull out all the "X"s from the master stock table based upon a variable set from the Parts List table.
Here's the SQL for what I have so far...
Last edited: