My problem is the following:
I have a table thak contains equipment reservation information of peple who need to use these euqipment, in the equipment field I want to have different kinds of equipment such as Overheads, Laptops, LCDs, and so on, and I also want to have a query where I can...
I created two tables:
1.- user information such as name, use date, time, place, etc.
2.- equipment such as computer, projector, laptop, etc.
Table number 2 is a yes/no table, so I only have to mark what kind of equipment this person is going to use.
My question is, how do I create a...