R
rgrantz
I've searched the newsgroups about this, and any posts regarding my
particular situation are from 2000 or earlier, so I'm hoping a resolution
has come up since then.
I have a Back End that is used by several users' identical Front Ends. All
Front Ends ONLY use the Back End Access tables. However, I want to update
and append these Back End tables using linked ProvideX tables from a
separate SCO ERP table set. So, I want to Link the SCO tables to the Back
End, and just activate/run the BackEnd's update/append queries to append the
Access tables in the Back End which the Front Ends use. I have 2 reasons
for doing this:
- only having to pay for one set of ODBC drivers for the PC/server where the
BackEnd resides
- reducing network traffic and Server lag, since the queries on the Back End
would fill Access Tables only with usable data, whereas querying the SCO
tables per use per FrontEnd user take about 4 minutes for every Form/Data
entry action. For example, the forms and queries on the Front end never
need to see records from before 2003, whereas the SCO tables themselves have
records dating back to 1999. Using update/append queries and linking
FrontEnd forms/queries to the Access Tables rather than the SCO tables
reduces the records/filters from about 600,000 records to 30,000.
Is there any way to just run a BackEnd query using a FrontEnd button click
event or something? Again, the query would ONLY update/append the Back End
tables from SCO tables linked to that same Back End. If anyone knows the
code or whatever that's needed, let's assume a sample SCO Linked table is
named Order_Status, the Access Back End table to be updated/appended is
OrderStatusAcc, and the path to the Back End is
//ServerRoot/C:/BackEnd/AccessBackEnd.mdb.
Thanks for any help here, it is much appreciated.
particular situation are from 2000 or earlier, so I'm hoping a resolution
has come up since then.
I have a Back End that is used by several users' identical Front Ends. All
Front Ends ONLY use the Back End Access tables. However, I want to update
and append these Back End tables using linked ProvideX tables from a
separate SCO ERP table set. So, I want to Link the SCO tables to the Back
End, and just activate/run the BackEnd's update/append queries to append the
Access tables in the Back End which the Front Ends use. I have 2 reasons
for doing this:
- only having to pay for one set of ODBC drivers for the PC/server where the
BackEnd resides
- reducing network traffic and Server lag, since the queries on the Back End
would fill Access Tables only with usable data, whereas querying the SCO
tables per use per FrontEnd user take about 4 minutes for every Form/Data
entry action. For example, the forms and queries on the Front end never
need to see records from before 2003, whereas the SCO tables themselves have
records dating back to 1999. Using update/append queries and linking
FrontEnd forms/queries to the Access Tables rather than the SCO tables
reduces the records/filters from about 600,000 records to 30,000.
Is there any way to just run a BackEnd query using a FrontEnd button click
event or something? Again, the query would ONLY update/append the Back End
tables from SCO tables linked to that same Back End. If anyone knows the
code or whatever that's needed, let's assume a sample SCO Linked table is
named Order_Status, the Access Back End table to be updated/appended is
OrderStatusAcc, and the path to the Back End is
//ServerRoot/C:/BackEnd/AccessBackEnd.mdb.
Thanks for any help here, it is much appreciated.