Hello.
I have a form (Image 1) that has a Master/Detail form embedded in it (Image 2).
The Master/Detail form logs multiple shipments that are all tied to a single work order # from the main form (Image 1).
This all works.
Now for searching…
I have a Grid/search app (Image 3) that is tied to the main order form (Image 1).
I need the “Shipping” search field to be able to search the Master/Detail form on the field {shipping_status} for certain criteria (In-Transit, Yes - Delivered, No - Factory) and display all the records that meet that criteria from the main form (Image 1).
Kinda confusing but the search field needs to be a “Select” field that pulls its values for searching from the table “tb_shipped_status”.
Ex…User selects either of (In-Transit, Yes - Delivered, No - Factory).
It then retrieves the matching records from the Master/Detail form that are cross referenced from the main orders form (Image 1).
All my other search fields work fine searching the main form (Image 1) but how do I get that shipping search field to search the embedded Master/Detail form as well?
Any help is greatly appreciated.