All,
I am a VB bumbler so this is very simple but I really need a little help. I just want to place a filter on a form with two criteria.
I have it done with one:
stLinkCriteria = "[Processor]= '" & Me![AssociateDrop] & "'"
but now need two, something like:
stLinkCriteria = "[Processor]=...
Hello all.
I am trying to write data from 2 form fields to a table based on whether this is the first time or subsequent time it has been written.
Something like:
Private Sub Capture_Status_Change_Click()
If Table![workingtable].[LMStatus1] Is Null Then
Let...
All,
I am attempting to use a list box with multiple possible entries to populate a filtered form. As of now I have dependent combo boxes that work perfectly fine but for this permutation I want the user to be able to pick let's say 1-6 states, have the filtered form(s) open with the header...
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.