G
Guest
Hi there. Just when I think I know what I'm doing in Access, it kicks my butt
on the simplest of issues!
I have a form that allows users to select criteria for printing a report. It
generates an Sql to get the appropriate record from the file called "Glass"
(select * from Glass where [etc.])
The code runs the DoCmd.Open Report using the criteria.
I added a new field to the file, and am trying to access it within the
report.
but when I use the field (PackagingID) it says Variable not found.
I will need this field to get the packaging description from the Package
File. (A new file I created as well). Can anyone point me in the right
direction? Thanks a bunch.
on the simplest of issues!
I have a form that allows users to select criteria for printing a report. It
generates an Sql to get the appropriate record from the file called "Glass"
(select * from Glass where [etc.])
The code runs the DoCmd.Open Report using the criteria.
I added a new field to the file, and am trying to access it within the
report.
but when I use the field (PackagingID) it says Variable not found.
I will need this field to get the packaging description from the Package
File. (A new file I created as well). Can anyone point me in the right
direction? Thanks a bunch.