Hi thankyou for the quick response.
The files Are .dbf files, they are created by an application I use at work and are originally stored as .cab files and when extracted become .dbf
I extract the 2 x .cab into a .dbf into a folder on my desktop
The information contained in the database files is from an alarm panel, i.e detector name, detector area and detector type, the 2nd database contains keypad qty, expander qty, area qty.
I have created a 2 tables for the databases and have a Report layout (company specific).
my problem is:
1, everytime i create and extract my .cab file ito a .dbf i would like access when opened to interrogate the 2x .dbf files and update the information accordingly.
Then that hopefully will update the query and then in turn update the info on my report thus allowing me to print my required info.
without having to first type it into the panel then having to retype it into a form or even worse hand write it.
At present my only solution is to extract the files create a new table create a new query and then print it to my report.
This as I see it is just simply taking some external data and laying it out as I require, I donot need to mannipulate anything.
Maybe as my knowledge grows i could automate the .cab file process as each .cab file is stored with its own unique reference when created, so i could possibly query the original folder for the specific number i require and automate the whole process.
Phew!!!!
regards