J
jean
Hi
I have a continuous form containing 100 rows and 4 fields. One of the
field is named "EmpNo"
I want to be able to filter the form on a specific EmpNo when I
double-click it
I have try
Me.filter = Me.EmpNo
Me.filterOn = True
and it don't work
Can somebody help me ?
Thanks
I have a continuous form containing 100 rows and 4 fields. One of the
field is named "EmpNo"
I want to be able to filter the form on a specific EmpNo when I
double-click it
I have try
Me.filter = Me.EmpNo
Me.filterOn = True
and it don't work
Can somebody help me ?
Thanks