Textboxes - date formatting

N

Nick

Could some explain to me how to have slashes for date format in a textbox
please?

I want the user to enter the date in full UK format i.e.

DD/MM/YYYY

but I want the slashes in the textbox already.

Can anyone help at all?

Many thanks, Nick
 
L

Linq Adams via AccessMonster.com

To have "the slashes in the textbox already" you need to go to the textbox
property box and set the Input Mask to the appropriate mask, Short Date in
this case.
 
Top