I am trying to write a time in VBA. I have a text box on an Access form that I want to equal one minute in short time format, but I don't know how to write the code for it. I tried writing me.text22.value = "0:01" but it gives a type error. I already formatted the textbox to have a short time format.
Please help!
Please help!
Comment