Hello I have a text box That I would like to display both text and variables in I'm puting this code in the control source but I can quite seem to get it to work the two variables are public and set = to dlookups and work fine but the textbox kepps getting errors
="Please select between " & [MinVar] & " - " & [MaxVar] & " peers to administer your 360 surveys."
I'm sure I missing something simple here any help is more then welcome
TIA
="Please select between " & [MinVar] & " - " & [MaxVar] & " peers to administer your 360 surveys."
I'm sure I missing something simple here any help is more then welcome
TIA
Comment