Hi all
I need to open a form with both two necessary conditions, ie, the project number needs to be a cetain value and the bank number needs to be a certain value. Is is possible to do something like:
thanks in advance
Lex
I need to open a form with both two necessary conditions, ie, the project number needs to be a cetain value and the bank number needs to be a certain value. Is is possible to do something like:
Code:
DoCmd.OpenForm FormFocus, acNormal, , (("TeamMemberID=" & frmCallingForm.TeammemberID) And ("ProjectDetailsID=" & frmCallingForm.ProjectDetailsID)), acFormEdit, acWindowNormal
thanks in advance
Lex