I am fairly new at working with functions and controls and I have looked at so many samples and references, including tec tips,but I cannot seem to make anything work. I have 3 unbound text boxes. One is for current date:date()formatted as short date and it works perfectly. I then have a second and third control where I want the year and month # to populate after the short date is entered.
I know that I will need to use the after update function, and I think that is where I would put Format(Date(),"yyyy") for the year. I tried it on the working control as well s the 2nd control, but it is not working.
Am I going about this the right way, or is there another way I should be doing this? After 3 hours of messing with this I am at a loss. Any help would be appreciated.
I know that I will need to use the after update function, and I think that is where I would put Format(Date(),"yyyy") for the year. I tried it on the working control as well s the 2nd control, but it is not working.
Am I going about this the right way, or is there another way I should be doing this? After 3 hours of messing with this I am at a loss. Any help would be appreciated.