G
Gina Liddle
In my form I want to pick a value from a ComboBox and use the value to
filter the "PL" field in that form. 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"
filter the "PL" field in that form. 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"