bernmc
Camel Spotter
- Local time
- Today, 18:30
- Joined
- Oct 3, 2004
- Messages
- 14
Howdie y'all
I need a few pointers wrt the relationship between a form and its subform.
I have the following form:
Top part of the form is for adding/editing etc.
The subform is based on a query. The two are linked on the 'week' value.
Now, this is what I want to do:
I need a few pointers wrt the relationship between a form and its subform.
I have the following form:
Top part of the form is for adding/editing etc.
The subform is based on a query. The two are linked on the 'week' value.
Now, this is what I want to do:
- The user must not be able to edit data in the subform (so should I use a report instead... but then will I be able to do 2...).
- Selecting a row in the subform should cause the whole form to go to that record so that the user can then modify info in the fields of the main form.