ProgramError
Programmer
Hi all
I can run a delete query which deletes the records depending on wether there is a field with a null value with out any problem, when I just click on it. If i try using a vba command to do the same thing (see below) it will not delete the records. Do any of you have any ideas? Should I be adressing this to the VBA forum?
DoCmd.OpenQuery "qryCleanUpPartNumberTable"
where "qryCleanUpPartNumberTable" is the name of the query.
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.
I can run a delete query which deletes the records depending on wether there is a field with a null value with out any problem, when I just click on it. If i try using a vba command to do the same thing (see below) it will not delete the records. Do any of you have any ideas? Should I be adressing this to the VBA forum?
DoCmd.OpenQuery "qryCleanUpPartNumberTable"
where "qryCleanUpPartNumberTable" is the name of the query.
Ian Mayor (UK)
Program Error
Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.