Hello Everyone 🙂
I have a form that i would want to part populate for the user based on an identifier that they would enter 'EMP ID'. so things like name etc.
This doesn't seem to be working:
LookUp(Table_ALL_EMPS, DataCardValue1.Text = "EMP ID" ,'First Name')
It also once an EMP ID is entered on the form return the below error:
Error when trying to retrieve data from the network: syntax error at position 6 in 'EMP ID eq.
As always any help is very much appreciated!
Many thanks
Chris