I have been given the responsibility to design a traffic signal inventory for small cities. I have never used Access before, but I know how to write SQL and VBA and I can get around in Access pretty easily.
My problem is that I don't know how to layout the tables and relate them to each other. As we all know, this is half, if not more, of the database design process. So I need a little help. Here's how the information is broken down:
There is data that is specific to an intersection. That is, a primary street and a secondary street define each set of data.
At each intersection, there is the following data:
Traffic Signal Pole hardware --> By each corner of the Intersection.
Operational Information about the hardware -->For whole intersection.
Traffic Signal Controller info -->For Whole Intersection
I need the user to be able to add, delete, and change records and write specific queries using form input (I know how to do this if the tables are related correctly). If anyone could give me some pointers as to how these tables should be declared and related, I would be forever indebted.
Clay Simmons
My problem is that I don't know how to layout the tables and relate them to each other. As we all know, this is half, if not more, of the database design process. So I need a little help. Here's how the information is broken down:
There is data that is specific to an intersection. That is, a primary street and a secondary street define each set of data.
At each intersection, there is the following data:
Traffic Signal Pole hardware --> By each corner of the Intersection.
Operational Information about the hardware -->For whole intersection.
Traffic Signal Controller info -->For Whole Intersection
I need the user to be able to add, delete, and change records and write specific queries using form input (I know how to do this if the tables are related correctly). If anyone could give me some pointers as to how these tables should be declared and related, I would be forever indebted.
Clay Simmons