S
shane
When using a select query as the source for a chart I am getting an error
that the date ranges are not recognized by "jet". I haven't a clue as to
what that means.
The criteria for the dates are sourced from two unbound text fields on a
form that default to the first and last day of the current month respectivel.
Each is formatted as "mm/dd"yy". The criteria in the query for the field
"main!date" is "between forms!formname!sdate and forms!formname!edate".
"sdate" and "edate" are the names of the unbound text fields.
To get around this I changed the select query to a mktable query and use the
table as the source for the chart. The table which is deleted and refreshed
when the database is open is causing more annoynaces. I have no desire
whatsoever to maintain this method of creating the charts.
Any assistance in making the charts to function as intended with a select
query is much appreciated.
If I must however use the mktable solution then I'd appreciate some help
forcing the macro to continue on if the table it's looking to delete doesn't
exist.
Thanks,
Shane
that the date ranges are not recognized by "jet". I haven't a clue as to
what that means.
The criteria for the dates are sourced from two unbound text fields on a
form that default to the first and last day of the current month respectivel.
Each is formatted as "mm/dd"yy". The criteria in the query for the field
"main!date" is "between forms!formname!sdate and forms!formname!edate".
"sdate" and "edate" are the names of the unbound text fields.
To get around this I changed the select query to a mktable query and use the
table as the source for the chart. The table which is deleted and refreshed
when the database is open is causing more annoynaces. I have no desire
whatsoever to maintain this method of creating the charts.
Any assistance in making the charts to function as intended with a select
query is much appreciated.
If I must however use the mktable solution then I'd appreciate some help
forcing the macro to continue on if the table it's looking to delete doesn't
exist.
Thanks,
Shane