Re: User-Specific WorkTables: How to handle MakeTable queries?



Per PeteCresswell:
1) Don't use them. Create a work table in the right DB and replace
the MakeTable query with an goes through a link to the created
table.

That got a little garbled.

SHB:
-------------------------------------------------------------------
1) Don't use them. Create a work table in the desired Work DB and
replace the MakeTable query with an Append query that goes
through a link to the created work table.
-------------------------------------------------------------------
--
PeteCresswell
.



Relevant Pages