I am clearibg the contents of a table having a form bound to it. How do I get rid of #deleted appearing in the textboxes?
The code i use is:
Set db = DBEngine(0)(0)
strSql = "DELETE FROM Transfer;"
db.Execute strSql, dbFailOnError
On requerying the form #deleted appears. Thanks
The code i use is:
Set db = DBEngine(0)(0)
strSql = "DELETE FROM Transfer;"
db.Execute strSql, dbFailOnError
On requerying the form #deleted appears. Thanks