M
MikeB
I think I asked this before, and I didn't understand the answer. So
please bear with me and point me in the right direction
I have a table of Clubs, each club can have one or more
Administrators. Each administrator can mange more than one club. I
created a table Clubs with fields for ClubID, Clubname. I created a
table Admins with fields for AdminID, AdminName. I created a table
ClubAdmins with fields ClubAdminID, ClubID, AdminID.
Can I create a form without VBA programming support to enter data in
tables Admins and Clubs and associate Clubs with Admins (or vice
versa)?
I tried creating a form Clubs, with Club data and then a subform for
ClubAdmins. This didn't work, especially not when I tried nesting at
3rd level another subform for Admins.
I have a working Admin form and a working Club form, but it is hard to
figure out how/if I should create a third form ClubAdmin and then use
comboboxes to associate the info.
Even more confusing, based on some reading of these forums/newsgroup,
I decided to create a many-to-many relationship (on typing this, I
realize it might have to be one-to-many) relationships between Admins,
and tables for Addresses, Email and Phone numbers. I'm sweating blood
trying to enter data into those and then correlating it with the
correct Admin person.
My first version of this chess club database was nearly good enough.
This second version is killing me. It is (to me) impossibly hard to
get it figured out and implemented. Aargh!
I have the following books, but perhaps there are better books on the
market?
Microsoft Office Access 2003 by Grauer and Barber,
MS Office Access 2007 Steb-by-Step by Lambet, Lambert and Peppernau,
and
Access VBA for the Absolute Beginner by Vine (I thought I was only
going to need this to write the program to do the ELO ratings, so I
haven't dug much into this one yet).
please bear with me and point me in the right direction
I have a table of Clubs, each club can have one or more
Administrators. Each administrator can mange more than one club. I
created a table Clubs with fields for ClubID, Clubname. I created a
table Admins with fields for AdminID, AdminName. I created a table
ClubAdmins with fields ClubAdminID, ClubID, AdminID.
Can I create a form without VBA programming support to enter data in
tables Admins and Clubs and associate Clubs with Admins (or vice
versa)?
I tried creating a form Clubs, with Club data and then a subform for
ClubAdmins. This didn't work, especially not when I tried nesting at
3rd level another subform for Admins.
I have a working Admin form and a working Club form, but it is hard to
figure out how/if I should create a third form ClubAdmin and then use
comboboxes to associate the info.
Even more confusing, based on some reading of these forums/newsgroup,
I decided to create a many-to-many relationship (on typing this, I
realize it might have to be one-to-many) relationships between Admins,
and tables for Addresses, Email and Phone numbers. I'm sweating blood
trying to enter data into those and then correlating it with the
correct Admin person.
My first version of this chess club database was nearly good enough.
This second version is killing me. It is (to me) impossibly hard to
get it figured out and implemented. Aargh!
I have the following books, but perhaps there are better books on the
market?
Microsoft Office Access 2003 by Grauer and Barber,
MS Office Access 2007 Steb-by-Step by Lambet, Lambert and Peppernau,
and
Access VBA for the Absolute Beginner by Vine (I thought I was only
going to need this to write the program to do the ELO ratings, so I
haven't dug much into this one yet).