Hi!
I've problems with clearing the table's records. I've alredy tried some of the cummon way but instead of deleting it does nothing, neighter shows the debugger an error-msg.
I'm using the DAO module. I'ms sure there are better modules but I need this module...
The code I use:
------------------------------------------
Public Function clearRecords()
Set db = DBEngine.OpenDatabase(db_name)
db.Execute "DELETE * FROM paData"
End Function
------------------------------------------
The is no password set...
Could you show me another way to handle this problem?
Do you know a quite good manual for DAO beside msdn?
tia
PS: Sorry for my poor english
I've problems with clearing the table's records. I've alredy tried some of the cummon way but instead of deleting it does nothing, neighter shows the debugger an error-msg.
I'm using the DAO module. I'ms sure there are better modules but I need this module...
The code I use:
------------------------------------------
Public Function clearRecords()
Set db = DBEngine.OpenDatabase(db_name)
db.Execute "DELETE * FROM paData"
End Function
------------------------------------------
The is no password set...
Could you show me another way to handle this problem?
Do you know a quite good manual for DAO beside msdn?
tia
PS: Sorry for my poor english