Hello, Any help I can get on this issue is greatly appreciated.
I have a table that has a field name "duration". For each record, it shows the duration of surgery in minutes. Ultimately, I need to convert this to hh:mm, but with hours in one column and minutes in another.
I have tried using
Format([duration],["hh:nn"])
But I get a syntax error. What am I doing wrong?
I have a table that has a field name "duration". For each record, it shows the duration of surgery in minutes. Ultimately, I need to convert this to hh:mm, but with hours in one column and minutes in another.
I have tried using
Format([duration],["hh:nn"])
But I get a syntax error. What am I doing wrong?