G
Guest
My Access database includes a link to a SQL Server database. One of their
fields contains hours and minutes in an hh:mm format, e.g., 25:47. Their
field is a varchar field which means mine shows up as a text field. Here's
my problem: I've written a query generator that allows me to generate
reports, but because I'm stuck with this value as a text field, it's
difficult to do numerical comparisons. Any ideas? I could select all
records from this table and do an INSERT into a new table, but I'm still
faced with the problem of converting this value into a number. Thanks.
fields contains hours and minutes in an hh:mm format, e.g., 25:47. Their
field is a varchar field which means mine shows up as a text field. Here's
my problem: I've written a query generator that allows me to generate
reports, but because I'm stuck with this value as a text field, it's
difficult to do numerical comparisons. Any ideas? I could select all
records from this table and do an INSERT into a new table, but I'm still
faced with the problem of converting this value into a number. Thanks.