R
reportyemi
Having read most of the postings and tried many of the suggestions, i cannot
do this. I need help
I want to calculate the difference between times. The times are in hh:mm.pm
or am format (example 02:30pm or 11:14am). I tried to put a calculated time
from two other fields into a new field in my form but all it gives me is
#name? when i use date diff. here was what was in my control
=DateDiff("n",[tblinfantone]![Date_of_Birth],[tblMaternal]![Date_of_Placenta_removal])
For example i have Time_of_Birth as 01:00am and Time_of_placenta_removal as
04:00am. I want it to give me the answer in hours and minutes (3hrs) or if
the time of birth was 02:30pm and time_of_placenta_removal is 02:44pm, i want
the answer to be 14min.
I know its discouraged to have calculated data on a form so i even tried to
create a querry but i got confused doing this. I am using access 2007
Needing help. Spend 3am to 630am trying this and very frustrated
yemi
do this. I need help
I want to calculate the difference between times. The times are in hh:mm.pm
or am format (example 02:30pm or 11:14am). I tried to put a calculated time
from two other fields into a new field in my form but all it gives me is
#name? when i use date diff. here was what was in my control
=DateDiff("n",[tblinfantone]![Date_of_Birth],[tblMaternal]![Date_of_Placenta_removal])
For example i have Time_of_Birth as 01:00am and Time_of_placenta_removal as
04:00am. I want it to give me the answer in hours and minutes (3hrs) or if
the time of birth was 02:30pm and time_of_placenta_removal is 02:44pm, i want
the answer to be 14min.
I know its discouraged to have calculated data on a form so i even tried to
create a querry but i got confused doing this. I am using access 2007
Needing help. Spend 3am to 630am trying this and very frustrated
yemi