G
Guest
I have a form entry where user enters data in the form of combo box and text box. This was working fine but now I am getting an error saying "No current record. (Error 3021)"
This error occurs after the unsuccessful application of one of the Find methods or the Seek method, when the underlying Recordset contains no records or the record has been deleted. Move to or select another record, and try the operation again. If the Recordset is empty, you cannot position to a current record. Check the BOF and EOF properties
How can I resolve this issue
Thank
Shaj
This error occurs after the unsuccessful application of one of the Find methods or the Seek method, when the underlying Recordset contains no records or the record has been deleted. Move to or select another record, and try the operation again. If the Recordset is empty, you cannot position to a current record. Check the BOF and EOF properties
How can I resolve this issue
Thank
Shaj