Lightlancer
Programmer
hi there,
i have a macro that can delete all records from a table:
Now i need to have this in VBA because, alot of checkboxes needs to reset and that i have written in VBA (dunno how to reset checkboxes in a form with a macro, and VBA is better, but that is my thinking.)
any ideas?
many Thanks in advance
Lightlancer
i have a macro that can delete all records from a table:
Code:
Delete * from [tblFakturatie]
Now i need to have this in VBA because, alot of checkboxes needs to reset and that i have written in VBA (dunno how to reset checkboxes in a form with a macro, and VBA is better, but that is my thinking.)
any ideas?
many Thanks in advance
Lightlancer