How can I create a macro (or Code) to automate a filtering of a form. I found how to do this by picking advance filters but need to make this easier for users. My form name is Order Details and the field I want to filter is Customer ID. Any help will be appreciated. Thanks
I have this expression:
= IIf(forms![Order Details]![Line]=[Oakhill Sq],then [Unit Price]=DLookup("[Price]","[Oakhill Sq]","[Product ID]='"&[Product ID]&"'"))
It tells me that expression contains invalid syntax. What have I done wrong?
I have a table named tblEstimates, a form named frmEstimates, and a field named Estimate#. How can it get the form to automatically assign a new number to each new estimate? In case you need to know the form has a sub form in it and the parent/child link is the field Estimate#. Thanks for any help.
I have a subform (Estimates1) in a form (Estimates) that I am applying the DLookup to data source.
=DLookUp("[Price]","[Oakhill Sq]","[Product ID]=[Me].[Product ID]")
I am trying to find the price in table Oakhill Sq that matches the Product ID on my subform.
It returns #Error. What am I doing...
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.