Hi,
I have for many years used the possibility to get active record in a subform to show in a textbox in the main form.
If I have following naming:
mainform: frmTestmain
textbox in main form: txtRecord
subform as control in mainform: frmTestsub
subform: frmTestsub
textbox i subform which value should show up in textbox i main form: CustomerNumber
I write this in the Control Source of the txtRecord: =[frmTestsub].[Form]![CustomerNumber]
I get #Name?
I create a textbox in the subform and name it vRecord and write =[CustomerNUmber]
Now I get the value in that textbox. It also updates when I change focus on records in the subform.
Then I try to get this value to the textbox in the main form. But that does not work.
I am using Access 2013 swedish version. Is there a problem with it?
/Hans
Hans Hansson