Two things come to mind:
1) JavaScript requires an "if" not an "IF" - but I'm not sure if that was just a formatting change when you typed it in the post or not
- or -
2) UDate is a different format...but you would think it would show something.
I did this and the syntax...
Sorry for the delay; I had to find it at work. Here's the link:
http://support.microsoft.com/support/kb/articles/Q210/2/03.asp
Like I said, it's not the best solution but it is simple, easy to plug in and you don't have to change the table designs.
Please let me know if you have any questions.
Another way to do it is to go to the properties of the text box, go to the Format tab, then put an > in the Format property. If the user enters a lower case, it is forced to upper case when the user tabs or exit the text box.
Be careful though, it still stores the case as the user entered the...
I implemented something like this on a data entry form. I had a list box bound to a simple lookup table set to allow multiple selections. The user selects multiple fields, then, after the user leaves the list box, a function extracts the entries, separates them with semi-colons and places the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.