Hello: I'm new to Access, have ploughed my way through books and web help, and now ask for some guidance on best practice and best place to look for the tuition I need to take the next step.
The database is probably fairly simple, at least to experienced people. It's to first run the registrations and later the scoring for a model aircraft contest. Each entrant can bring multiple models (theoretically unlimited number); each model can enter multiple events (max. of 6); each event has multiple rounds in which scores can be achieved. So that's a set of three one-to-many relationships.
I have four tables that implement the relationships - I've uploaded a snip of the relationships view that shows the fields as well as the prime and foreign keys. (Ignore the two tables at the bottom of the view, they're not involved in my questions).
Question 1: I want to capture all the registration data from entrants using just one screen per person, if I can. I've got a form that captures the data for the entrant and his/her models, and that's working properly (see the other snip). What is the best way to extend that form so that it also captures the details of which events each model is entering - list box, subform, or some other technique? And is there a recommended place to learn how to integrate it?
Question 2: When the events are running and the scores are coming in, I need a form (also just one screen per entrant) that will contain cascading combo boxes so that the person doing the recording can click the entrant, click the entrant's model, click the event that the model has just taken part in - and then have a form to record the scores. I've got the first two combo boxes working properly (thanks mainly to the DataPig videos) - and that's where tutorials seem to stop. I am now struggling to get the third one working to use the results of the second as its input . Where is a good place to find a tutorial or instructions on how to get to the third level of cascade?
Thanks in advance for any help that may be coming my way![]()