digitalshepard
Registered User.
- Local time
- Today, 03:38
- Joined
- Jul 20, 2011
- Messages
- 32
I have a VBA query building function that works well for sorting information from TableA. However, I also have various link tables TableB and TableC that are associated with TableA. Data from TableB and TableC is entered and displayed in subforms within the main form that pulls data from TableA.
I am having trouble building a query that returns all results in TableA where [TableB].[Part] equals a selected value (lets say 1090), and each TableB record has a field [TableB].[Doc_ID] corresponding to [TableA].[Doc_ID]. Any ideas what the SQL (or VBA) would look like?
I am having trouble building a query that returns all results in TableA where [TableB].[Part] equals a selected value (lets say 1090), and each TableB record has a field [TableB].[Doc_ID] corresponding to [TableA].[Doc_ID]. Any ideas what the SQL (or VBA) would look like?