I'm trying to put together a databse for a project @ work. I have a table for each piece of equipment I need to track numbers for. In addition, from time to time each piece of equipment gets service performed on it, so originally I thought it would be a good idea to store records of past service, and tentative future service in there as well.
I find now that I would like to query that information; but as that information is not related I received a table with weird output, some of which seemed made up. It could be that in attempting to use a make table query, I've done something very wrong.
My question though is this: Am I going about this the right way? Should I be using a make table query for this sort of thing? or should there be a many to many relationship table somewhere? Or should I query each table for the info I want, and then query those queries for the required info?
Any help/advice would be greatly appreciated!
Thanks,
~5ybarite
I find now that I would like to query that information; but as that information is not related I received a table with weird output, some of which seemed made up. It could be that in attempting to use a make table query, I've done something very wrong.
My question though is this: Am I going about this the right way? Should I be using a make table query for this sort of thing? or should there be a many to many relationship table somewhere? Or should I query each table for the info I want, and then query those queries for the required info?
Any help/advice would be greatly appreciated!
Thanks,
~5ybarite