Hello to all,
I have a form (frmsponsoringinfo) that has 2 fields that need to be populated from 2 subforms on another form.
frmassign contains 2 subforms:
subfrmsponsors (based off a query qryunassignedsponsors)
subfrmorphans (based off a query qryunassignedorphans)
I need the field Sponsor_ID from subfrmsponsors and the field Orphan_ID from subfrmorphans to populate on frmsponsoringinfo
The situation is: I have the form frmassign open and I need to match a sponsor and an orphan from the 2 different subforms. Once I have the sponsor and the orphan that I want, I need to open another form frmsponsoringinfo and have the fields Sponsor_ID and Orphan_ID populate with the ID's showing from the records I just found and matched.
So, once the form frmsponsoringinfo opens, the Sponsor_ID and Orphan_ID will have the ID's from records displayed on frmassign and I can then add more info for this match on frmsponsoring info.
I hope I explained this enough for you to understand... I've tried using:
on the query that frmsponsoringinfo is based off of. But its not working. I do keep the other form open for capture of the value of the field. But its still not working....
Please help!!!!
I have a form (frmsponsoringinfo) that has 2 fields that need to be populated from 2 subforms on another form.
frmassign contains 2 subforms:
subfrmsponsors (based off a query qryunassignedsponsors)
subfrmorphans (based off a query qryunassignedorphans)
I need the field Sponsor_ID from subfrmsponsors and the field Orphan_ID from subfrmorphans to populate on frmsponsoringinfo
The situation is: I have the form frmassign open and I need to match a sponsor and an orphan from the 2 different subforms. Once I have the sponsor and the orphan that I want, I need to open another form frmsponsoringinfo and have the fields Sponsor_ID and Orphan_ID populate with the ID's showing from the records I just found and matched.
So, once the form frmsponsoringinfo opens, the Sponsor_ID and Orphan_ID will have the ID's from records displayed on frmassign and I can then add more info for this match on frmsponsoring info.
I hope I explained this enough for you to understand... I've tried using:
Code:
[Forms]![frm_sponsors_unassigned]![Sponsor ID]
Please help!!!!