I have developed a form that is bound to a table utilizing a combobox to select a record to examine. Everytime I select a new reord to examine with the combo box I am unable to view the record I have selected. I tried using an openform command in the afterupdate event but I get a message that the openform was cancled, and when I select help from this message I get no help at all telling me whats wrong. My openform statment takes the following form
.OpenForm "frmName", , , "fieldName = forms!frmName!cboName"
This has worked with other forms that I have developed without diffculty, why would it be giving me problems now. Can anyone give me an idea where to look.
.OpenForm "frmName", , , "fieldName = forms!frmName!cboName"
This has worked with other forms that I have developed without diffculty, why would it be giving me problems now. Can anyone give me an idea where to look.