I don't recall a built-in function in Access that does this.
You might be able to find (search on-line) a function that takes a text
string (e.g., "1 hour 30 minutes") and parses it into 1.5 hours. If not,
you'd need to create a procedure to do this ... assuming you start with a
single text string.
If you have two number fields, one for hours, one for minutes, you could use
a query to add two numbers together, one the hours and the other, the
minutes divided by 60 (which gives you fractional hours -- 30/60 = .5).
"How" will depend on "what" -- "what" do you have?
Regards
Jeff Boyce
Microsoft Office/Access MVP