The attached Word file shows screen shots of what I am working with.
1. Figure 1 shows the form I am working with. There are 12 records. If I have any record open, I can edit them and the underlying table will update. So far so good. But when I attempt to add a new record, I can't type anything in a field.
2. The form above is based on a query called qryMembership. Figure 2 shows this query.
3. Figure 3 shows a diagram of all of my tables and how they are related.
A. When I try to enter something in the first two form fields (Parent and Gymnast), the status bar says these fields are Read-only. Why are they read only?
B. I can successfully enter a number into the Class field. No problem there.
C. When I try to enter something in the Tuition and Discount field, I get an error message: "Cannot add records; join key of table 'Membership' not in recordset. What does this mean?
D. Total Tuition is also read-only. Why?
If you would address each point above (except for B), this would really help me out a lot.