I'm attempting to use this code but can't get it to work.
Dim varConsignee as string
varConsignee = Me.Combo15
DoCmd.ApplyFilter , "Consigneename = varConsignee"
I also tried.
Me.Filter = "Consigneename = varconsignee"
Me.FilterOn = True
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.