Hello guys,
I am trying to search in a form name "employee_l ist" every unique field.
The idea is to return the name of the field that had the focus
I am trying to write this
I am getting in a error with.
Please advise me
Thank you in advance
WASSIM S DACCACHE
I am trying to search in a form name "employee_l ist" every unique field.
The idea is to return the name of the field that had the focus
I am trying to write this
Code:
Dim y As Variant
y = Application.Screen.PreviousControl.focused
x = InputBox("Please Enter Your Critiria", "Filter Product List")
DoCmd.OpenForm "employee_list", , , "[y] LIKE '" & [x] & "*'"
Code:
y = Application.Screen.PreviousControl.focused
Please advise me
Thank you in advance
WASSIM S DACCACHE
Comment