dj
As an alternative solution to your first problem, you could have created a 'not in' query which showed the list of products that do not have a corresponding value in your order list table.
Re: your second problem, you could disable your 'amount' box and enable it in the lostfocus or...
Thanks for the help. I checked the datatype and it is a string. I've used the debug window to monitor the value of the variable. I've even pasted the result into my code to replace the variable - and it works. It just doesn't work with the variable
In my code, I build a where condition to be used in
conjunction with docmd.openreport and I assign it to a
variable vReportCondition.
vReportCondition = "[Sample_Stream] = 'AQU'"
When I run the following:
Docmd.OpenReport vReportName,
acViewPreview,,vReportCondition
the variable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.