I have a text box I want to change dynamically. I am trying to set this value when the form is opened. This is what I have, that does not work:
Me.Head = "Settlement Report - " & Month & " " & Year
The end result I want is "Settlement Report - May 2004". but I want the month and year to change as time goes on. Someone is always forgetting to edit the thing, and then half the reports need to be reprinted.
Thanks for any suggestions, Ken
- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg
Me.Head = "Settlement Report - " & Month & " " & Year
The end result I want is "Settlement Report - May 2004". but I want the month and year to change as time goes on. Someone is always forgetting to edit the thing, and then half the reports need to be reprinted.
Thanks for any suggestions, Ken
- If you are flammable and have legs, you are never blocking a fire exit.
Mitch Hedburg