ApplyFilter

G

Gina Liddle

In my form I want to pick a value from a ComboBox and use the value to
filter the "PL" field. It all sound easy but obviously not for me! I've
tried using the below code but to no avail, help would be appreciated.

PLName = cboPLFilter.Value
DoCmd.GoToControl "PL"
DoCmd.ApplyFilter , "PL = PLName"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top