Hi, is it possible to query an oracle db via passthrough where the date field is between two fields that the sql code would fetch from a form?
for instance, I'm looking for all the fields where the tran_date is between [forms]![password]![text156] and [Forms]![password]![text158] and also where the totalcost is greater then 0.
I tried a few things and I always get an ODBC call fail. however, when I do a simple select query, it works fine so I can rule out an ODBC connection issue.
thanks for your help
for instance, I'm looking for all the fields where the tran_date is between [forms]![password]![text156] and [Forms]![password]![text158] and also where the totalcost is greater then 0.
I tried a few things and I always get an ODBC call fail. however, when I do a simple select query, it works fine so I can rule out an ODBC connection issue.
thanks for your help