J
jack
Hi,
I'm trying to use either of the following from a form, but
alas neither work
DoCmd.RunSQL "SELECT Timesheet.* into DBID FROM Timesheet;"
DoCmd.RunSQL "Insert into timesheet in DBID select * from
timesheet"
where DBID equals DBID = "C:\CHLOE\CompletedJobs\" & Me!
txtJobNumber & "-" & Me!txtExtension & ".mdb;"
Would it be possisibl;e for someone to please explain why
is it so??
Thanks
I'm trying to use either of the following from a form, but
alas neither work
DoCmd.RunSQL "SELECT Timesheet.* into DBID FROM Timesheet;"
DoCmd.RunSQL "Insert into timesheet in DBID select * from
timesheet"
where DBID equals DBID = "C:\CHLOE\CompletedJobs\" & Me!
txtJobNumber & "-" & Me!txtExtension & ".mdb;"
Would it be possisibl;e for someone to please explain why
is it so??
Thanks