Hi there
When adding records to a table using SQL you have to use:
INSERT INTO target [(field1[, field2[, ...]])]
VALUES (value1[, value2[, ...])
Hope this will work for you
Happy eastern
Jan Karlsson
janne@karlssons.net
Hi Lee
I think the easiest way to do this is as follows:
1. Let your report be based on a qeuery that selects all the the records that is as if they have selected <all> in all combo boxes.
2. On the form when they click on Ok or whatever create a filter string (As the where clause in a...
Hi, the syntax for DoCmd.RunSQL is
DoCmd.RunSQL sqlstatement[, usetransaction]
so try writing your statement as:
[b]DoCmd.RunSQL[b] "DELETE * FROM tbl_Ctr WHERE Status = 99;"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.