Hi,
I have a form "fiche"
On this form a field containing the name
On this form I made a pushbutton to open another form. (let's call it form2)
Form2 has a textfield with following property: ="Dossier van: " & [Formulieren]![fiche]![name]
When I open the form2 (from "fiche" that remains open) nothing is displayed, but when I move to the textfield and click, the correct name is displayed.
What can I do about this?
Thanks
JP