J
jubiiab via AccessMonster.com
Hi
I have a button on my form that execute some code and commands. One of the
cmd in that button is:
DoCmd.RunSQL "DELETE tbl_ValueRelation.* FROM tbl_ValueRelation"
it works but everytime the cmd is executed I get a messagebox where it ask me
if I want to delete these records. Can I some how make it to not show this
message and just do the delete cmd??
I hope you understand what I wrote. My english is not so good.
I have a button on my form that execute some code and commands. One of the
cmd in that button is:
DoCmd.RunSQL "DELETE tbl_ValueRelation.* FROM tbl_ValueRelation"
it works but everytime the cmd is executed I get a messagebox where it ask me
if I want to delete these records. Can I some how make it to not show this
message and just do the delete cmd??
I hope you understand what I wrote. My english is not so good.