G
Guest
Will someone check my code and correct it? Please?
I am deleting the current record on a form; key field is text type. I know
the following is missing apostrophe/quotes but I haven't figured how that
works.
DoCmd.RunSQL "DELETE [tbl 1 Client].* FROM [tbl 1 Client] Where [tbl 1
Client].ClientID = & Me.ClientID"
Also, is there a source to educate me on how to correctly code like this
example where the item may be text or number?
I have Access 2007 and am very frustrated by some changes in their help. Not
used to is yet.
I am deleting the current record on a form; key field is text type. I know
the following is missing apostrophe/quotes but I haven't figured how that
works.
DoCmd.RunSQL "DELETE [tbl 1 Client].* FROM [tbl 1 Client] Where [tbl 1
Client].ClientID = & Me.ClientID"
Also, is there a source to educate me on how to correctly code like this
example where the item may be text or number?
I have Access 2007 and am very frustrated by some changes in their help. Not
used to is yet.