Hi guys, I've got my ICT GCSE courcework to hand in on monday, and I thought I did it all to later find I did the database section wrong. And no I'm not a douche bag as I don't want you to do it for me, but I've had my head in access books all week trying to figure this out.
I am asked to design a system for a coach driver to find a list of passengers based on their Tour Code Collection Point and Dietary Code.
The tour code represents the the tour that the passenger is going on, this is a number stored as text, the values are either 351, 352, 353 or 354.
The collection point is like the bus stops of each tour, they are 4 collection points for each tour. This value is also stored as text but is a number. Either 1, 2, 3 or 4.
The dietary code is a number stored in a text field that represents the passengers dietary requirement such as vegetarian. The values are 1, 2, 3 and 4.
Now I am asked to produce a report of the passengers, but the driver has to type in the tour code and collection point to filter the passengers, for when he is picking them up.
I am also asked to produce another report of passengers (one for each tour code), and the driver has to type in the collection point and dietary code to filter the passengers.
So I have created quiries for each report, and in the criteria of the queries I use the square brackets for the tour code, collection point and dietary code to bring up the window that allows the driver to input the value, and it works.
The problem is when I was asked to test the system by entering collection point 351 and all dietary codes except 1 (so thats 2, 3 and 4). I can't enter multiple values in the window that pops up, and I ccan't use <> in the window along with any other syntax. I don't lmopw what to do and it's stopping me from working!!!
Please help, or point me to some usefull informaion. Thank you in advance.
-Bob Ross (P.S. thats not my real name
)
I am asked to design a system for a coach driver to find a list of passengers based on their Tour Code Collection Point and Dietary Code.
The tour code represents the the tour that the passenger is going on, this is a number stored as text, the values are either 351, 352, 353 or 354.
The collection point is like the bus stops of each tour, they are 4 collection points for each tour. This value is also stored as text but is a number. Either 1, 2, 3 or 4.
The dietary code is a number stored in a text field that represents the passengers dietary requirement such as vegetarian. The values are 1, 2, 3 and 4.
Now I am asked to produce a report of the passengers, but the driver has to type in the tour code and collection point to filter the passengers, for when he is picking them up.
I am also asked to produce another report of passengers (one for each tour code), and the driver has to type in the collection point and dietary code to filter the passengers.
So I have created quiries for each report, and in the criteria of the queries I use the square brackets for the tour code, collection point and dietary code to bring up the window that allows the driver to input the value, and it works.
The problem is when I was asked to test the system by entering collection point 351 and all dietary codes except 1 (so thats 2, 3 and 4). I can't enter multiple values in the window that pops up, and I ccan't use <> in the window along with any other syntax. I don't lmopw what to do and it's stopping me from working!!!
Please help, or point me to some usefull informaion. Thank you in advance.
-Bob Ross (P.S. thats not my real name
