G
Guest
I created a new command button on my form using the button wizard to allow me
to copy a record to a new record. When I click the button I get a Run-Time
error '94', Invalid use of Null. When I debug the error it highlights my code:
rs.FindFirst "[CertID] = " & Str(Me![cboSearchFilter])
On my form header I have a combo box that allows my user to select a
specific record to display on the form. Why would this interferre with the
copy command?
to copy a record to a new record. When I click the button I get a Run-Time
error '94', Invalid use of Null. When I debug the error it highlights my code:
rs.FindFirst "[CertID] = " & Str(Me![cboSearchFilter])
On my form header I have a combo box that allows my user to select a
specific record to display on the form. Why would this interferre with the
copy command?