S
Sandra Grawunder
I would like to use a popup form with a main form to
select records based on the value typed in a textbox i.e.
if I type in Smith I get a list of all the records named
Smith. Then, when I select the correct record from this
popup form, have the fields on a subform within the main
form filled in with the contact information.
Main form = frmPledge
Popup form = frmMLSelect (based on qryMasterList)
Subform = frmMasterList (based on qryMasterList)
PK of PPID links frmMasterList to frmPledge
NameID would be the criteria to select the records based
upon the value typed into the textbox.
How do I set this up?
Thanks so much,
Sandra G
select records based on the value typed in a textbox i.e.
if I type in Smith I get a list of all the records named
Smith. Then, when I select the correct record from this
popup form, have the fields on a subform within the main
form filled in with the contact information.
Main form = frmPledge
Popup form = frmMLSelect (based on qryMasterList)
Subform = frmMasterList (based on qryMasterList)
PK of PPID links frmMasterList to frmPledge
NameID would be the criteria to select the records based
upon the value typed into the textbox.
How do I set this up?
Thanks so much,
Sandra G