M
mike
When using the database wizard I found that it does not format the date
properly. It shows the date in the long format. Is there a way to use the
database form wizard and have the date fields formated however one would
like (ie short or long form)? I would also like to format a field for phone
numbers. I am having trouble using the Microsoft Mask control because if I
bind it to the dataset then all the rest of the fields go blank. Do I have
to handle these functions in code? I was thinking of something like calling
a validation function that checks the textbox and returns the corrected
string in a phone or short date format. But is there an easier way?
properly. It shows the date in the long format. Is there a way to use the
database form wizard and have the date fields formated however one would
like (ie short or long form)? I would also like to format a field for phone
numbers. I am having trouble using the Microsoft Mask control because if I
bind it to the dataset then all the rest of the fields go blank. Do I have
to handle these functions in code? I was thinking of something like calling
a validation function that checks the textbox and returns the corrected
string in a phone or short date format. But is there an easier way?