B
Brendan
This should be an easy thing to do but it is giving me a huge
headache.
I have a switchboard form (called Report) and a form it opens is
called frm_Chapter. This is not a subform, but contains two listboxes
used for filtering a query. I have saved the information in a variable
called StrValue. When the user clicks OK on the frm_Chapter form, the
form is hidden so that the variable can be referenced. When the
report form executes a report, all forms are then unloaded / closed.
Right now I am just trying to reference the StrValue from frm_Chapter
to the Report form. For simplicity sake I am doing this with a
message box. However I continue to get a 2465 error claiming it cant
find the field on the form.
Msg = Form_frm_Chapter!StrValue
This is the syntax I am using currently trying to read in the value
that will be used in a message box. Does anyone have any ideas?
Thanks
Brendan
headache.
I have a switchboard form (called Report) and a form it opens is
called frm_Chapter. This is not a subform, but contains two listboxes
used for filtering a query. I have saved the information in a variable
called StrValue. When the user clicks OK on the frm_Chapter form, the
form is hidden so that the variable can be referenced. When the
report form executes a report, all forms are then unloaded / closed.
Right now I am just trying to reference the StrValue from frm_Chapter
to the Report form. For simplicity sake I am doing this with a
message box. However I continue to get a 2465 error claiming it cant
find the field on the form.
Msg = Form_frm_Chapter!StrValue
This is the syntax I am using currently trying to read in the value
that will be used in a message box. Does anyone have any ideas?
Thanks
Brendan