B
Brook
Guest
Hi guys,
This is driving me nuts, I can't do anything on my program until I get this thing working.
Very simple, one large Mainform. The header of the mainform contains txtMainform. In the detail of the mainform is Subform1, with the text box txtSubform1. In the footer of Mainform is Subform2, with txtSubform2. I would like for the text in txtSubform2 to appear in txtSubform1 and txtMainform. I have used the following syntax:
Forms![Mainform]![txtMainform] = Me.txtSubform2
Forms![Mainform]![Subform1].Form.txtSubform1 = Me.txtSubform2
The first one works, but not the second - it keeps telling me it can't find the field Subform1, but Subform1 is not a field! I read in help that it might have something to do with LinkChildFields, but the thing is that the MainForm and Subform1 aren't based on a table... and my computer is in German so I don't understand everything. This is driving me nuts! I have tried so many combinations of things... please help.
If this doesn't work I have to redesign my whole database.
TIA Brook
This is driving me nuts, I can't do anything on my program until I get this thing working.
Very simple, one large Mainform. The header of the mainform contains txtMainform. In the detail of the mainform is Subform1, with the text box txtSubform1. In the footer of Mainform is Subform2, with txtSubform2. I would like for the text in txtSubform2 to appear in txtSubform1 and txtMainform. I have used the following syntax:
Forms![Mainform]![txtMainform] = Me.txtSubform2
Forms![Mainform]![Subform1].Form.txtSubform1 = Me.txtSubform2
The first one works, but not the second - it keeps telling me it can't find the field Subform1, but Subform1 is not a field! I read in help that it might have something to do with LinkChildFields, but the thing is that the MainForm and Subform1 aren't based on a table... and my computer is in German so I don't understand everything. This is driving me nuts! I have tried so many combinations of things... please help.
If this doesn't work I have to redesign my whole database.
TIA Brook