C
ChrisJ
Is ther any reason why you have separate tables for
students and tutors?
If you merge the two - and perhaps include a field
(IdType) to indicate which is which - your problem should
dissapear.
carparks. My tables are as follows:
field user id.
students and tutors?
If you merge the two - and perhaps include a field
(IdType) to indicate which is which - your problem should
dissapear.
keep track of students and tutors who are using the-----Original Message-----
Hi guys.
I am building a database for my university and need to
carparks. My tables are as follows:
relationship, registered cars being the junction table)Tutors:
Tutor ID (PK - autonumber)
Name
License
Students:
Stud ID (PK)
Name
License
Registered Cars (Junction table):
Register ID (PK)
Date/Time
CarPark ID
Registration Number
User ID
Car Parks:
Car Park ID (PK)
Location
Cars:
Registration Number (PK)
Nationality
Make
MOdel
Colour
Relationships: (all one to many, tho it is a many to many
particularly in the field user id, i get the message:Tutor ID (tutors) connected to User ID (Registered Cars)
Stud ID (students) connected User ID (registered cars)
Car Park ID (carparks) connected to Car park ID (registered cars)
REgistration number (cars) connected to Registration number (registered cars)
When i try to enter info into the registered cars table,
is required in table tutors'. I have a combo box for the'cannot add or change a record because a related record
field user id.
both the stud id and the tutors id when selected.My questions: 1) i want the user id combo box to show
message from appearing and let me update the field?2) how do i stop the 'cannot add or change record'