G
Guest
I have trying to figure this out for weeks now. It's driving me crazy. I
have a form with a sub form and on the subform is a command button to open a
second form. in the event procedure i have:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.OpenForm "frmDARPAeval", acNormal, "", "[BAA/RFP/RFI
Number]=[Forms]![frmInfoEval2]![BAA/RFP/RFI Number] And
[Subject]=[Forms]![frmInfoEval2]![Subject] And [Candidate
Technology]=[Forms]![frmInfoEval2]![Candidate Technology]", , acNormal
However, this isn't working. When the second form opens, i get ######### in
the fileds that are supposed to match. What do i do? I just want to be able
to save the information on the subform so that i can open the second form
based on that information.
have a form with a sub form and on the subform is a command button to open a
second form. in the event procedure i have:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.OpenForm "frmDARPAeval", acNormal, "", "[BAA/RFP/RFI
Number]=[Forms]![frmInfoEval2]![BAA/RFP/RFI Number] And
[Subject]=[Forms]![frmInfoEval2]![Subject] And [Candidate
Technology]=[Forms]![frmInfoEval2]![Candidate Technology]", , acNormal
However, this isn't working. When the second form opens, i get ######### in
the fileds that are supposed to match. What do i do? I just want to be able
to save the information on the subform so that i can open the second form
based on that information.