I am trying to open a form and opening that form with a specific record... I am going this by hitting a command button.
This is what I have, but it is not working like I want.
Any Ideas?>
Thanks
Chance~
I am trying to open "frmIndividualReport" where jurornumber (a field in my table) is equal to the number 16
DoCmd.OpenForm "frmIndividualReport", , "[jurornumber] = '16'"
This is what I have, but it is not working like I want.
Any Ideas?>
Thanks
Chance~
I am trying to open "frmIndividualReport" where jurornumber (a field in my table) is equal to the number 16
DoCmd.OpenForm "frmIndividualReport", , "[jurornumber] = '16'"