I am having a problem with a function that I want to use with a textbox.
What I want to have happen is when the form loads, inside the textbox I want information to appear. I want the text inside to be information from another form + T + the date, this is the code I wrote.
[Timesheet]=[Forms]![Claim Information_health]![Claims ID] + " - T - " + Date()
I want the text to come out as 65 - T - 19-Jun-02
However I am getting an error message that states there is an Type Mismatch.
Can anybody help me?
What I want to have happen is when the form loads, inside the textbox I want information to appear. I want the text inside to be information from another form + T + the date, this is the code I wrote.
[Timesheet]=[Forms]![Claim Information_health]![Claims ID] + " - T - " + Date()
I want the text to come out as 65 - T - 19-Jun-02
However I am getting an error message that states there is an Type Mismatch.
Can anybody help me?