strings in text box control source

J

Jeff

Can I use a string variable in the control source of a textbox.
eg: =DateSerial(Year([str_formdate]),Month([str_Formdate]),1)
Shows the first of the month of str_formdate. str_formdate is defined as
Date

If so, this does not work...what might?
 
J

Jeff

The text box displays #name?

Douglas J. Steele said:
What happens when you try it?

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)



Jeff said:
Can I use a string variable in the control source of a textbox.
eg: =DateSerial(Year([str_formdate]),Month([str_Formdate]),1)
Shows the first of the month of str_formdate. str_formdate is defined as
Date

If so, this does not work...what might?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top