problem with backend import

TIbbs

Registered User.
Local time
Today, 13:44
Joined
Jun 3, 2008
Messages
60
I split my database and it works fine, but I have a problem with my pass through queries. I have two front ends, one for usual users and an admin that is to sit in the server with timer controls.
The pass-through queries are in the admin front end, but now if I run the pass through queries, they download to the front end, and not in the back end as I thought it would.:confused:
The vb code included deleted the current table and download a new one from Sage first thing in the morning.
Which changes would I have to carry out, so that the tables will be placed on the backend instead and I can carry out several deletes and imports.
 
Last edited:
The easiest way is to create tables in the BE. Then delete and append records, not delete and create tables.
 
Thanks, I'll try this approach :D
 

Users who are viewing this thread

Back
Top Bottom