bddewell408
Technical User
The following is a input mask I was able to create :
99/99/0000\ 00:00;0;_
This allows for a user to type in the date and military time, very useful for projects involving time accounting especially when one shift starts on one calendar date and ends on the next etc. Also, I created an unbound field and used the expression builder to calculate the number of hours worked using two fields named [dtmBeginDateandTime] and [dtmEndDateandTime]
THE PROBLEM : the input mask holds spaces for (ex.) 01/01/2004 1300, yet when enter is struck changes it to 1/1/2004 1300. I want the database to hold the 01/01/2004 1300 format. I have tried all of the various long medium etc formats, but I am not familiar enough with formats and input criteria.
Any help is mucho appreciated.
Bryan
99/99/0000\ 00:00;0;_
This allows for a user to type in the date and military time, very useful for projects involving time accounting especially when one shift starts on one calendar date and ends on the next etc. Also, I created an unbound field and used the expression builder to calculate the number of hours worked using two fields named [dtmBeginDateandTime] and [dtmEndDateandTime]
THE PROBLEM : the input mask holds spaces for (ex.) 01/01/2004 1300, yet when enter is struck changes it to 1/1/2004 1300. I want the database to hold the 01/01/2004 1300 format. I have tried all of the various long medium etc formats, but I am not familiar enough with formats and input criteria.
Any help is mucho appreciated.
Bryan