People,
I have a table called "User" and I need to get the "Perfil" field when customer informs the number "numero" field
Table - user:
numero - perfil
1 junior
2 master
3 pleno
something like that:
There is a text box (txtnumero) and a button (cmdbusca) on the form,
Once the number is entered and the button cmdbusca is clicked, I need to get the perfil field accordingly.
Does anyone know how to do this?
I have a table called "User" and I need to get the "Perfil" field when customer informs the number "numero" field
Table - user:
numero - perfil
1 junior
2 master
3 pleno
something like that:
There is a text box (txtnumero) and a button (cmdbusca) on the form,
Once the number is entered and the button cmdbusca is clicked, I need to get the perfil field accordingly.
Does anyone know how to do this?