Forum Discussion
- Jay_DDS_Qrew CadetWorked like a charm! I had done that, but had the wrong field type. I had Date/Time instead. So, next question would be, how can i populate a field with the time a field is changed. Currently, I have this in the formula url, but it still prints the date AND time. Is there something I can do to make it just print the time?
& "&_fid_20=" & URLEncode (Now()) - QuickBaseCoachDQrew Captaintry this, assuming that fid 20 is a time of day field (or I guess a text field) .
& "&_fid_20=" & URLEncode (ToTimeOfday(Now()))