There are two pieces of software. (1) Kronos which collects the time data and store in .dbf files. (2) An Access database which imports these files (they have to be done manually everyday after deleting the old files from yesterday). Access .mdb database has multiple queries and reports based on these tables. Now, the question is how do we automate the process for average supervisor with no IT experiece so that she can click on a button-import .dbf files (and replace the old ones) to Access and look at the various reports based on multiple queries? Any suggestions? Is it better to do it using VB and ADO.NET or there are simpler ways of connecting these two existing programs? From Kronos, one has to manually create those .dbf files which is not a problem. The problem is to import those files in Access by click of a button and produce the reports.
2007-01-04
02:22:01
·
4 answers
·
asked by
duttaworld
1
in
Computers & Internet
➔ Programming & Design
I forgot to mention that Access database is located on a shared folder on a network drive which in any case should not pose major problems. And to you Gene, can you elaborate a little more please how to get these done in Access without VB?? any samples, code , wizard etc?
2007-01-04
02:58:28 ·
update #1
Yes, at present they currently downlod the time/shift/names data from Kronos manually, then go to the shared drive where the Access is located, delete the old files, import the new ones, rename one of the files and then look at the reports. But even this is complex for a vast majority of line supervisors so we want an automated tool with one or two clicks..that is it. About Access Macros, is there some examples?
2007-01-04
03:13:51 ·
update #2