Run Time Error '13' help !!! - TechRepublic
General discussion
July 9, 2001 at 05:21 AM
aplatfl

Run Time Error ’13’ help !!!

by aplatfl . Updated 24 years, 10 months ago

Everytime I delete a record from my DB using the following code i get this ‘type mismatch ‘ error. I can`t seem to get it to work error free.

command1_click()
dim rs as adodb.recordset
rs.delete
rs.requery
loadvalues
‘my connection is already declared in the gen decl
When i debug it goes to the loadvalues procedure’s first textbox. When I move the cursor over the highlighted text box there seems to be empty data.
How can i fix this?
Thanks in advance..

This discussion is locked

All Comments