Subform read-only error :(

iddqd

Registered User.
Local time
Yesterday, 22:04
Joined
Jul 28, 2006
Messages
20
Well, I've got a multiple stage form structure. Data tables, in case it matters.

The two stages that we're interested in right now, let's call them Stage1 and Stage2. Anyway, Stage1 is controlled by a query (Query1) of a table (Table1). And Stage2 used the be the subtable of the Table1. It didn't work, with the same error.

"This property is read-only and can't be set." is what I see if I try to enter data into Stage2. I can enter data, but none of it is saved. The data entered into Stage1 -> (Query1 -> Table1) works perfectly.

Just for the record, Table 1 and Subtable are related, with referential integrity. How do I fix this?
 
bump... still haven't found a solution to this. :(
 
Well, it turns out it didn't want to write to the table because I defined a field named 'Name', which is a reserved name. Apparently. Renaming the field did the trick.
 

Users who are viewing this thread

Back
Top Bottom