My [main] from, is linked by a one to many relationship to a form called [sheet].
[Sheet] is effectively a sub form of [main],
Relationship- [Main] = one; [sheet]= many; Join properties = 1
[Accounts] is a sub form of [sheet].
Relationship - One to one; Join properties = 2, all fields from sheets 1 and only those fields from accounts where join fields are equal.
All the above forms (Main, sheet and accounts) are visible to the user in the one screen.
So if the user enters details in the Main form and then enter details in the accounts from. The user cannot update the record, because a linked table is required to be updated in sheet 1.
I would like sheet1 to be automatically updated with default text in certain fields the first time text is entered into the main form.
Any ideas appreciated; hope it makes sense