I
icon242
I made a popup form to control the filter for a report similar to the
tutorial on the Microsoft website:
http://support.microsoft.com/default.aspx?scid=kb;en-us;208529&Product=acc
..
This worked for quite awhile, but I have a "Date" field I need to
control. When I changed the datatype on the original table to
Date/Time, I got the error "Error '2001': You have canceled the
previous operation", which after researching I have found is indeed due
to conflicting data types. How can I change the datatype for the
filtering of only that field when filtering programatically like this?
I cannot use simply a "text" Datatype, unfortunately, because of some
other functionalities I require.
Thanks,
C. Davis
tutorial on the Microsoft website:
http://support.microsoft.com/default.aspx?scid=kb;en-us;208529&Product=acc
..
This worked for quite awhile, but I have a "Date" field I need to
control. When I changed the datatype on the original table to
Date/Time, I got the error "Error '2001': You have canceled the
previous operation", which after researching I have found is indeed due
to conflicting data types. How can I change the datatype for the
filtering of only that field when filtering programatically like this?
I cannot use simply a "text" Datatype, unfortunately, because of some
other functionalities I require.
Thanks,
C. Davis