Hi
I have a database recording competition entry's and results.
The competition has a range of numbered classes each of which is awarded first , second and third. Monetary prizes are awarded but values vary depending on class.
I have created
My Results 1 table contains the fields
I have created a Form (enter results) from table results1 and dragged the sub form onto it. I the set both the Link master fields and link Child field to "Class.
When I enter a class in the main form it updates the class field in the subform but does not filter the place options to this class only.
Any assistance would be much appreciated
I have a database recording competition entry's and results.
The competition has a range of numbered classes each of which is awarded first , second and third. Monetary prizes are awarded but values vary depending on class.
I have created
A table (classes)
A table (Prizes) which records the prize values for each of the 200 classes with the "Class" field on a lookup from the classes table
Now to the resultsA table (Prizes) which records the prize values for each of the 200 classes with the "Class" field on a lookup from the classes table
My Results 1 table contains the fields
Results 1 ID
Class - on a lookup from the classes table
Date logged
My Results 2 table contains the fieldsClass - on a lookup from the classes table
Date logged
Results 2 ID
Results 1 ID
Class
Position - on a lookup which included place and prize (storing the place) from the Prizes table
Entrant - on a lookup from the contacts table
Prize
I have created a query that looks up all the fields in Results 2 and used this to create a sub form Results 2Results 1 ID
Class
Position - on a lookup which included place and prize (storing the place) from the Prizes table
Entrant - on a lookup from the contacts table
Prize
I have created a Form (enter results) from table results1 and dragged the sub form onto it. I the set both the Link master fields and link Child field to "Class.
When I enter a class in the main form it updates the class field in the subform but does not filter the place options to this class only.
Any assistance would be much appreciated