B
bladelock
I used the wizard to create a combo box "Find" a record (based on a field in
the table) on my form, which works fine. But, here is the strange part, I
added this into the "BeforeUpdate" of the form.
If Isnull(txtName) then
cancel=true
Endif
Which works fine, but when I go to use the combo box and select a record on
the drop down. I get a message "You canceled the previous operation"
What happened?
the table) on my form, which works fine. But, here is the strange part, I
added this into the "BeforeUpdate" of the form.
If Isnull(txtName) then
cancel=true
Endif
Which works fine, but when I go to use the combo box and select a record on
the drop down. I get a message "You canceled the previous operation"
What happened?