G
Guest
Hi,
I am having problems with a (fairly) simple database.
The purpose is to maintain a list of events at our Yacht Club, and faclities
associated with each event, and the
details of the organisers of the events run at the club.
There are 2 main tables, and a small addtional one that may not be essential.
Fixtures tbl
EventID PK
EventName
Startdate
Location
etc.
ContactID FK links to Organiser tbl (relationship shown as 1 to many Contact
to fixtures )
Contacts tbl
ContactID PK
FirstName
LastName
Phone
etc
Locations tbl
LocID PK
Location linked to Location in the fixtures tbl
Price 1
Price 2 etc
My problem is that a form I am trying to design to add new events to the
database with fields from each table does not work.
I can enter data in the contact fields, but when I try to put data in the
fields from the fixtures table I get an error beep!
I have tried adding the EventID feld to the contacts tbl and using that as a
link but that made no difference.
I have obviously made some very elementary error in setting this up, and
would appreciate pointing in the right direction.
I am having problems with a (fairly) simple database.
The purpose is to maintain a list of events at our Yacht Club, and faclities
associated with each event, and the
details of the organisers of the events run at the club.
There are 2 main tables, and a small addtional one that may not be essential.
Fixtures tbl
EventID PK
EventName
Startdate
Location
etc.
ContactID FK links to Organiser tbl (relationship shown as 1 to many Contact
to fixtures )
Contacts tbl
ContactID PK
FirstName
LastName
Phone
etc
Locations tbl
LocID PK
Location linked to Location in the fixtures tbl
Price 1
Price 2 etc
My problem is that a form I am trying to design to add new events to the
database with fields from each table does not work.
I can enter data in the contact fields, but when I try to put data in the
fields from the fixtures table I get an error beep!
I have tried adding the EventID feld to the contacts tbl and using that as a
link but that made no difference.
I have obviously made some very elementary error in setting this up, and
would appreciate pointing in the right direction.