G
Garnet
Database is for workshop registration, one registrant can choose from
multiple workshops divided into Morning and Afternoon.
I've built 2 tables, Registrants and Workshops.
Registrant table includes Name, Address, City, phone, etc. I'm using Auto
Number to assign unique registrant's ID's and have designated these as my
Primary Key
Workshops table is constructed this way:
Registrant ID (foreign key)
Workshop_name_ 1_AM
(text; y/n)
workshop_name_2_ AM
(text; y/n)
Workshop_name_3_ AM
(text; y/n)
Workshop_name_4_PM
(text; y/n)
Workshop_name_5_PM
(text; y/n)
The workshop choice is built as a subform and I want to show the workshop
name then a y/n selection after each workshop name. In fact, if I could build
the form with a heading of AM with the AM choices available and PM with the
PM choices available, that would be ideal.
Any ideas would be appreciated
Thanks
multiple workshops divided into Morning and Afternoon.
I've built 2 tables, Registrants and Workshops.
Registrant table includes Name, Address, City, phone, etc. I'm using Auto
Number to assign unique registrant's ID's and have designated these as my
Primary Key
Workshops table is constructed this way:
Registrant ID (foreign key)
Workshop_name_ 1_AM
(text; y/n)
workshop_name_2_ AM
(text; y/n)
Workshop_name_3_ AM
(text; y/n)
Workshop_name_4_PM
(text; y/n)
Workshop_name_5_PM
(text; y/n)
The workshop choice is built as a subform and I want to show the workshop
name then a y/n selection after each workshop name. In fact, if I could build
the form with a heading of AM with the AM choices available and PM with the
PM choices available, that would be ideal.
Any ideas would be appreciated
Thanks