G
Guest
I have records that have certain classifications. the classifications are
entered via an option group, so the resulting data in the table is an integer
value. i want to run reports by classification, so i have a parameter query
that asks the user for a value. i want the user to be able to choose the
value for this parameter query in the same way that the data is entered
originally. in other words, i want them to be able to choose an option
button from an option group instead of entering an integer value. i created
a dialog that contains this option group and i created a macro to display
this dialog and i invoke this macro from the reports OnOpen event. (this was
all according to Help). i also added 'Forms.[MyDialog].[optiongroup]' to the
'criteria' area in the query that feeds this report. but i am apparently
missing the tie-in with all these components. when the report opens, the
dialog displays and i can select my data. but nothing happens from there and
when i close the dialog (click on the 'X'), the standard parameter query
dialog pops up asking me for 'Forms.[MyDialog].[optiongroup]'. i think i'm
getting close, i'm just missing something to link all these pieces together.
Help?
entered via an option group, so the resulting data in the table is an integer
value. i want to run reports by classification, so i have a parameter query
that asks the user for a value. i want the user to be able to choose the
value for this parameter query in the same way that the data is entered
originally. in other words, i want them to be able to choose an option
button from an option group instead of entering an integer value. i created
a dialog that contains this option group and i created a macro to display
this dialog and i invoke this macro from the reports OnOpen event. (this was
all according to Help). i also added 'Forms.[MyDialog].[optiongroup]' to the
'criteria' area in the query that feeds this report. but i am apparently
missing the tie-in with all these components. when the report opens, the
dialog displays and i can select my data. but nothing happens from there and
when i close the dialog (click on the 'X'), the standard parameter query
dialog pops up asking me for 'Forms.[MyDialog].[optiongroup]'. i think i'm
getting close, i'm just missing something to link all these pieces together.
Help?