If I were to specify that particular hours should be listed, I just add that in the SQL code right? I think your idea is much quicker and simpler than my idea.
Anyway, do you guys know how I would Go about checking if particular values exist in the table before importing them? This is for a speed counter database. For instance, if I were to import the speed values one day and import the same file with more record entries (That have been acumulated over the day). If anyone doesn't understand me let me know.
Anyway guys, this is the database I'm working on atm. I want to be able to import multiple files as well and make sure that it groups each location (description and direction) in the report table (Hopefully you will understand when you see it)
I've attached the files that I'm importing, 173.TBL and 105.tbl are speed tbl files and 261.tbl is a classifcation file, try importing them and you will see. As you will see, they are rather large files and take a while to import (like 3-4 mins) So Don't worry if access seems to crash. Also I want to put a progress bar on it when it imports, any ideas? Btw, you need at least access XP to run it and/or have the access control libraries 10 enabled, etc (for the select file dialog box ). Also, it doesn't seem to read til the end of the file (unless you put a line in). I have tried putting in "UNTIL <> Date" but doesn't work that well.
I'm not sure how this database will turn out in the long run., I'm unsure that the relationships are the best structure and how I am reading and outputting some of the data. Oh btw you need to click "Update Report tables" on the main importing form to produce the queries and tables required for the reports to be produced properly. Oh and do you guys know how I could produce a new report based on and exist report (but pointed to a new table, for instance if you were to specify a particular interval??). There are many issues I can raise with this database, anyway

. . . . .
The link to my files is here
http://www.cs.newcastle.edu.au/~c3003364/trafficCountersClass.zip
(because they won't let a guy upload a measly 240k)
Hehe, I hope you get all this
cheers guys