T
Taffy-Taff
I am new to ACCESS and need some help.
I want to have a report based on someone double-clicking a control on
form. I use the following in the code builder:
stDocName = "RptListWhatIsThere"
DoCmd.OpenReport stDocName, [acPreview], [Open item Report]
[field1=forms![wk12rp]!cust_num]
I have a report called RptListWhatIsHere and I want to run this repor
and get a list of every item in my table "Open item Report" that ha
the content of the field "Field1" matches the value of a control for
"cust_num
Whenever I run this, I get an errror "Douglas Reporting system canno
find the field "|" referred to in your expression" I think somethin
was probably wrong with the field name that I typed in, but it i
correct. Can someone explain what I did wrong and tell me how t
correct it?
Thank
I want to have a report based on someone double-clicking a control on
form. I use the following in the code builder:
stDocName = "RptListWhatIsThere"
DoCmd.OpenReport stDocName, [acPreview], [Open item Report]
[field1=forms![wk12rp]!cust_num]
I have a report called RptListWhatIsHere and I want to run this repor
and get a list of every item in my table "Open item Report" that ha
the content of the field "Field1" matches the value of a control for
"cust_num
Whenever I run this, I get an errror "Douglas Reporting system canno
find the field "|" referred to in your expression" I think somethin
was probably wrong with the field name that I typed in, but it i
correct. Can someone explain what I did wrong and tell me how t
correct it?
Thank