Hi Folks,
I know this has been covered here before...but I just can't figure it out! I added a new text box to a form, (which is driven from a button) and I now get the "Enter Parameter Values" message??
I have entered the following code behind the button
DoCmd.SetWarnings False
DoCmd.OpenForm "AdvanceSearch"
DoCmd.SetWarnings True
and this does not soleve my problem. I also can't find any old code on the form. Also if I double click on the form itself, without using the button, I get the same message?
Is there something simple wrong?
Thanks,
Colin
I know this has been covered here before...but I just can't figure it out! I added a new text box to a form, (which is driven from a button) and I now get the "Enter Parameter Values" message??
I have entered the following code behind the button
DoCmd.SetWarnings False
DoCmd.OpenForm "AdvanceSearch"
DoCmd.SetWarnings True
and this does not soleve my problem. I also can't find any old code on the form. Also if I double click on the form itself, without using the button, I get the same message?
Is there something simple wrong?
Thanks,
Colin