NotOnUrNelly
Technical User
Hi
Could you please help me with the following, I have two text boxes on a form that will be used for two dates, I have a field on a report that is called outcome1.
I need the Variable strWhere to hold the sql code that allows outcome to be filtered between the two dates on the form
I have put the following code together (adapted from a book) but it does not seem to work
can you help
strWhere = "[outcomeDate1]" = "between" & " #" & txtFrom & "#" And " #" & txtValueTo & "#"
Thanks in advance
Jamie
Could you please help me with the following, I have two text boxes on a form that will be used for two dates, I have a field on a report that is called outcome1.
I need the Variable strWhere to hold the sql code that allows outcome to be filtered between the two dates on the form
I have put the following code together (adapted from a book) but it does not seem to work
can you help
strWhere = "[outcomeDate1]" = "between" & " #" & txtFrom & "#" And " #" & txtValueTo & "#"
Thanks in advance
Jamie