M
Mouse
Guest
i am doing a module that means i have to use access. i was doing ok up until this bit:
i'll write as iv been given it, even though you wont know what tables etc its on about.
1) look at the garages database table. there is a one to many relationshihp between the garages table and the cars table. each table has a 15 character field SPARES which can be used as the linking key field to link the tables together. in the garages table, which is on the 'one' side of the relationship, this field must be the first field, it must be different for each record, and must be explicitly designated as a key field. the tables should then be linked using this field.
im not sure what keyfield is? and how do i link them?
2) produce a query to view the make, colour, cosr, spares and representative for all cars costing over £6,000. produce and print a tabular report on this query.
the problem with this is that one field is from a different table...and because i dont know how to do part one....i cant do part 2
3) produce a query to view all the record from both tables, then produce a columnar form using this query. it should view the data by cars.
i think this bit is easy enough once iv done the other parts, but yea i cant!
so any help would be greatly appreciated, thankyou!!
mouse
i'll write as iv been given it, even though you wont know what tables etc its on about.
1) look at the garages database table. there is a one to many relationshihp between the garages table and the cars table. each table has a 15 character field SPARES which can be used as the linking key field to link the tables together. in the garages table, which is on the 'one' side of the relationship, this field must be the first field, it must be different for each record, and must be explicitly designated as a key field. the tables should then be linked using this field.
im not sure what keyfield is? and how do i link them?
2) produce a query to view the make, colour, cosr, spares and representative for all cars costing over £6,000. produce and print a tabular report on this query.
the problem with this is that one field is from a different table...and because i dont know how to do part one....i cant do part 2
3) produce a query to view all the record from both tables, then produce a columnar form using this query. it should view the data by cars.
i think this bit is easy enough once iv done the other parts, but yea i cant!
so any help would be greatly appreciated, thankyou!!
mouse