gary.newport
Registered User.
- Local time
- Today, 21:58
- Joined
- Oct 14, 2009
- Messages
- 79
I have attached my database for anyone to have a look at.
This is a registration system for clubs and activities at my school. The basic system works (data structure and the basic data forms) but I am having an issue with one form in particular (or two forms since it comprises of a parent and child form).
Registration Form and Register Students form the primary input form; allowing any staff member to select their name, their activity and then as many students as have attended the activity/club. This last part needs to be a continuous form since more than one student will be attending.
I have based these on existing queries or direct within SQL since I wanted to use a more understandable data structure for the fields than the structure available directly from the tables (So, I'd rather have "Mr Newport - Business Studies" than "Newport" in the field - or worse still "Mr").
I have broken a golden rule of mine and used descriptive names for my forms and tables (haven't gotten around to doing this with the queries) but feel that the original reason for not doing so (avoiding spaces to make SQL and VBA coding easier) is probably still valid and I should not have listened to others.
Can anyone help by making my registration form work? If they could and give me pointers on what they have done/where I went wrong I would be ever so grateful.
This is a registration system for clubs and activities at my school. The basic system works (data structure and the basic data forms) but I am having an issue with one form in particular (or two forms since it comprises of a parent and child form).
Registration Form and Register Students form the primary input form; allowing any staff member to select their name, their activity and then as many students as have attended the activity/club. This last part needs to be a continuous form since more than one student will be attending.
I have based these on existing queries or direct within SQL since I wanted to use a more understandable data structure for the fields than the structure available directly from the tables (So, I'd rather have "Mr Newport - Business Studies" than "Newport" in the field - or worse still "Mr").
I have broken a golden rule of mine and used descriptive names for my forms and tables (haven't gotten around to doing this with the queries) but feel that the original reason for not doing so (avoiding spaces to make SQL and VBA coding easier) is probably still valid and I should not have listened to others.

Can anyone help by making my registration form work? If they could and give me pointers on what they have done/where I went wrong I would be ever so grateful.