Roni Sutton
12-15-2000, 03:51 AM
I have a form that is split into tabs to look like index cards. I want to reference a control on that form for a calculation. However, I don't know the syntax. If I create an unbound box and set it's data property to:
=[forms]![frmName]![fieldname]
I get #Name in the unbound box. I have tried just setting the data property to the field name like this:
=[fieldname]
Still no dice. I am sure that I am supposed to reference which tab or page the field is on, but I can't get the syntax right. Can anyone help?
Thanks, Roni
=[forms]![frmName]![fieldname]
I get #Name in the unbound box. I have tried just setting the data property to the field name like this:
=[fieldname]
Still no dice. I am sure that I am supposed to reference which tab or page the field is on, but I can't get the syntax right. Can anyone help?
Thanks, Roni