G
ges681 via AccessMonster.com
I am trying to run a query that works off a range in my query. I based it
off this format:
WHERE yourDateField BETWEEN
CDate(FORMS!formNameHere!ControlNameWithStartingDate) AND
CDate(FORMS!formNameHere!ControlNameWithEndingDate)
I was trying to figure out why it would not work, when i look at the design
view of my linked table i saw that the data types for my start date and end
date fields where Text and not Date. This information is being populated
from databases on a server and I dont think I can get these changed. Is
there anyway you can think of, to get my query to still search for records
between the two date fields. Can I manipulate the data in any way during the
query? Any ideas would be a big help, i cant think of what else to do.
Thanks in advance.
-Gabriel
off this format:
WHERE yourDateField BETWEEN
CDate(FORMS!formNameHere!ControlNameWithStartingDate) AND
CDate(FORMS!formNameHere!ControlNameWithEndingDate)
I was trying to figure out why it would not work, when i look at the design
view of my linked table i saw that the data types for my start date and end
date fields where Text and not Date. This information is being populated
from databases on a server and I dont think I can get these changed. Is
there anyway you can think of, to get my query to still search for records
between the two date fields. Can I manipulate the data in any way during the
query? Any ideas would be a big help, i cant think of what else to do.
Thanks in advance.
-Gabriel