G
Guest
I have a combo box that shows a listing of training dates. The combo box
looks up values in a table.
I have the limit to list prop set to Yes and have code attached to the
NotInList event, however I'm having a problem.
If the user enters 5/2/07, instead of 5/2/2007, the date doesn't get
'recognized' as being in the list. I know that I can change the format of
the date to m/d/yy in the table to have it be recognized, but then if someone
enters 5/2/2007 that won't be recognized.
Is there any way for me to re-format the date that is entered before the Not
In List runs?
looks up values in a table.
I have the limit to list prop set to Yes and have code attached to the
NotInList event, however I'm having a problem.
If the user enters 5/2/07, instead of 5/2/2007, the date doesn't get
'recognized' as being in the list. I know that I can change the format of
the date to m/d/yy in the table to have it be recognized, but then if someone
enters 5/2/2007 that won't be recognized.
Is there any way for me to re-format the date that is entered before the Not
In List runs?