I have a check box that lets the user 'carry' information over to a new record by changing the default value with some lines of code like this.
Const cQ = """"
Me![Customer].DefaultValue = cQ & [Customer].Value & cQ
This doesnt work properly when the field has quotes in it, i get the usual #Name?.
Any suggestion helpful.
Matthew
Const cQ = """"
Me![Customer].DefaultValue = cQ & [Customer].Value & cQ
This doesnt work properly when the field has quotes in it, i get the usual #Name?.
Any suggestion helpful.
Matthew