D
Don Barton
Access 2007 Vista
I have an unbound search form (form A) with two parameter fields.
On this unbound search form is a sub-continuous form (form sub A) that
gets populated with results from the search parameters entered.
I want to take the search results and click on the desired record's
record selector object on the contiuous subform (form sub A) and have
that record populated into form B.
Another subform (form sub B) will be attached to this form B when i
get it working that I will add additional data too.
This seems like it would be straight forward, but I am having a hard
time getting the selected record to get populated on the other form.
On DoCmd.openform I've tried a filter, criteria, and OpenArg. I don't
think the record selector selected is getting recognized.
Don
LabDBDesigns
I have an unbound search form (form A) with two parameter fields.
On this unbound search form is a sub-continuous form (form sub A) that
gets populated with results from the search parameters entered.
I want to take the search results and click on the desired record's
record selector object on the contiuous subform (form sub A) and have
that record populated into form B.
Another subform (form sub B) will be attached to this form B when i
get it working that I will add additional data too.
This seems like it would be straight forward, but I am having a hard
time getting the selected record to get populated on the other form.
On DoCmd.openform I've tried a filter, criteria, and OpenArg. I don't
think the record selector selected is getting recognized.
Don
LabDBDesigns