J
JeffH
I have create a delete query that is base on two tables.
When I run the query as a Select Query and show datasheet
it shows all the records I want to delete. Change it to
a delete query and look in datasheet it show all the
records I want to delete, But when I run it it comes up
with a error message of 'Could not delete from specified
tables.'
Field: Labor Per Job.* | Ass Date
Table: Labor Per Job | Production
Delete: From | Where
Criteria: | Between [Forms]!
[frm_Export_Data]![FromDate]and[Forms]![frm_Export_Data]!
[ToDate]
I have a frm_Export_Data open with FromDate field and the
ToDate field having information in them.
I have been using the form method to export out
information from many table in another database and its
been working very well.
Now I need to delete all the information that has been
exported out.
Does anyone have any Ideas????
Thanks!!!!!
When I run the query as a Select Query and show datasheet
it shows all the records I want to delete. Change it to
a delete query and look in datasheet it show all the
records I want to delete, But when I run it it comes up
with a error message of 'Could not delete from specified
tables.'
Field: Labor Per Job.* | Ass Date
Table: Labor Per Job | Production
Delete: From | Where
Criteria: | Between [Forms]!
[frm_Export_Data]![FromDate]and[Forms]![frm_Export_Data]!
[ToDate]
I have a frm_Export_Data open with FromDate field and the
ToDate field having information in them.
I have been using the form method to export out
information from many table in another database and its
been working very well.
Now I need to delete all the information that has been
exported out.
Does anyone have any Ideas????
Thanks!!!!!