A family of Microsoft relational database management systems designed for ease of use.
assuming you are suggesting do a delete query then an append query - in place of the make table query???
Unforutnately they are used to and set on doing the make table query - I tried to base the subform off of a query from the make-table query but still get same error - any other ideas????
thanks,
bkel
- Use of make table queries cause greater bloat than just deleting and appending data (although both cause bloat).
- If a table that is created by any make table query is in use at all (open in subform or row source of combo box, etc. it cannot be deleted and re-made. That is the benefit of deleting data and appending (and then requerying any forms or controls that use it) because it can be done while the table is in use.
- A table is also considered in use if it is open in design view at all.