S
Steve
I am having problems with my database
It keeps saying that I cant save records at this time and Im wondering if I
have not closed off some items or somthing.
should you use a close statement after code like this?
where should you use a closed stament?
steve - from a land downunder
SQL = "UPDATE tblSetup " & _
"SET tblSetup.SInvoiceNo = SInvoiceNo+1 " & _
"WHERE (((tblSetup.SID)=2));"
DoCmd.RunSQL SQL
It keeps saying that I cant save records at this time and Im wondering if I
have not closed off some items or somthing.
should you use a close statement after code like this?
where should you use a closed stament?
steve - from a land downunder
SQL = "UPDATE tblSetup " & _
"SET tblSetup.SInvoiceNo = SInvoiceNo+1 " & _
"WHERE (((tblSetup.SID)=2));"
DoCmd.RunSQL SQL