Hello,
I have several forms that I would like to search and open if a condition is met. How do I write the code on the command button. Write now I have
DoCmd.OpenForm "", acNormal, , "EqpmntTypeID=" & Me.cboEquipment & ""
Obviously it's not correct and I need help!
Thank you!
I have several forms that I would like to search and open if a condition is met. How do I write the code on the command button. Write now I have
DoCmd.OpenForm "", acNormal, , "EqpmntTypeID=" & Me.cboEquipment & ""
Obviously it's not correct and I need help!
Thank you!