I'm trying to have a default value pull into a continuous form.
Using VBA I keyed this:
Me.CDAssembly.DefaultValue = strCDAssembly
But I get the #Name? ... the strCDAssembly does contain the string value (I used debug.print to check) I want to place it in the field for new records.
Am I missing the point??
Mary
Using VBA I keyed this:
Me.CDAssembly.DefaultValue = strCDAssembly
But I get the #Name? ... the strCDAssembly does contain the string value (I used debug.print to check) I want to place it in the field for new records.
Am I missing the point??
Mary