D
DS
Whenever you have a Query (SQL Statement) that has a field that is
getting its information from a combobox, (The combobox has 2 fields, the
first is bound, the second is unbound and its a medium date format) and
you are comparing it to a textbox that has a medium date format...well
the problem is, the query is returning the firstfield and I need the
second field (medium date) in order for the Query to work. How can I do
this?
I tried refering to the second field thustly....
Forms!SalesDetails!StartTime.Column(1) but I keep getting an Error.
Any help appreciated.
Thanks
DS
getting its information from a combobox, (The combobox has 2 fields, the
first is bound, the second is unbound and its a medium date format) and
you are comparing it to a textbox that has a medium date format...well
the problem is, the query is returning the firstfield and I need the
second field (medium date) in order for the Query to work. How can I do
this?
I tried refering to the second field thustly....
Forms!SalesDetails!StartTime.Column(1) but I keep getting an Error.
Any help appreciated.
Thanks
DS