What's the proper way of tackling this?
Main form - RecordSource=PART tbl - single layout
Inventory form - RecordSource=PART tbl - linked to Main form via Part key - single layout
Inventory Detail form - RecordSource=INVENTORY tbl - linked to Inventory form via Part Key - continous layout
General mode: no filters, can scroll through all parts and details using NAV buttons, this works fine.
Scan mode: filters set, the proper Part is brought up, but the continuous form still shows multiple Inventory Details for that Part. I want it to show only the one in Inventory Detail Filter.
Am I supposed to use RecordSource=Tables with Filters to do this, or RecordSource=Query?
(or is this a case of being able to do the same thing 2 ways, and I haven't figured how to use filters properly)
Robert
Main form - RecordSource=PART tbl - single layout
Inventory form - RecordSource=PART tbl - linked to Main form via Part key - single layout
Inventory Detail form - RecordSource=INVENTORY tbl - linked to Inventory form via Part Key - continous layout
General mode: no filters, can scroll through all parts and details using NAV buttons, this works fine.
Scan mode: filters set, the proper Part is brought up, but the continuous form still shows multiple Inventory Details for that Part. I want it to show only the one in Inventory Detail Filter.
Am I supposed to use RecordSource=Tables with Filters to do this, or RecordSource=Query?
(or is this a case of being able to do the same thing 2 ways, and I haven't figured how to use filters properly)
Robert