P
Pret
In order to use a table from a network server in one of my applications, I
was forced to construct a make-table query which translates the server
table's field names, and sorts and indexes the records into a more useful
format.
What I'd like to do now is to create a procedure which executes the
make-table query on start-up (new records are added to the server all the
time), and somehow avoids the dialog boxes which warn me that I'm about to
create X number of records and overwrite the existing table (prior update).
Can this be done with code?
Any suggestions appreciated.
Pret
was forced to construct a make-table query which translates the server
table's field names, and sorts and indexes the records into a more useful
format.
What I'd like to do now is to create a procedure which executes the
make-table query on start-up (new records are added to the server all the
time), and somehow avoids the dialog boxes which warn me that I'm about to
create X number of records and overwrite the existing table (prior update).
Can this be done with code?
Any suggestions appreciated.
Pret