Chance1234
IS-IT--Management
must be missing something here,
I have several reports which im opening through code
DoCmd.OpenReport str_doc, acPreview, , str_filter
Now str_doc is the name of the report which comes from a drop down and str_filter is a filter string which is built up from a number of options on a form
for example [month] = 'April 04' AND [team] = 'Investment'
on my normal reports it works like a dream, but on my chart reports nothing happens
what am i missing ?
Chance,
Filmmaker, gentleman and up for parole shortly
,
I have several reports which im opening through code
DoCmd.OpenReport str_doc, acPreview, , str_filter
Now str_doc is the name of the report which comes from a drop down and str_filter is a filter string which is built up from a number of options on a form
for example [month] = 'April 04' AND [team] = 'Investment'
on my normal reports it works like a dream, but on my chart reports nothing happens
what am i missing ?
Chance,
Filmmaker, gentleman and up for parole shortly
,