Baylah Posted December 4, 2006 Posted December 4, 2006 Is there a way that I can set up a time field so that if I enter a time of 930 that FMP will automatically format it to 09:30. or 1337 would auto format to 13:37, etc, etc. I can easily do this in (dare I say it) Access using input masks (as I can with phone numbers...but I digress) but I have not found a way to automate this annoying little data entry task in FMP. Thanks Steve
TheBigEye Posted December 5, 2006 Posted December 5, 2006 You need your field to be the time type and the when you put it in your layout right click it, choose "time format..." then "format as:" and choose your options
Baylah Posted December 5, 2006 Author Posted December 5, 2006 I've tried that, it does not properly mask the entries as I would like. I have tried everything I can think of on that along that line. I am quite familiar with (or thought I was)the "Format Time" dialog. I was wondering if there is something that I am missing. My mission: type 930 in field, FMP formats that to 09:30. type 1937 (or something like that) and FMP returns 19:37. Any help out there? Thanks, Steve
comment Posted December 5, 2006 Posted December 5, 2006 Make your time field auto-enter the following calculation (replacing existing value) Replace ( Right ( "0000" & Timefield ; 4 ) ; 3 ; 0 ; ":" )
Recommended Posts
This topic is 6624 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now