A
Aditya Lele
I am looking into making an interface for the data entry person. The data
entry person would fill in an ID. Now I would want certain information about
this person to show up, say Name info, Contact etc. Once it is confirmed that
it is the right person, the data entry person would fill in some other fields
(salary break up) and this would then be stored in a separate table.
As I understand, I can get the validation info from a query. But what
exactly should I be looking into to execute the autofill. Do I need to code
the "OnClick" property of the field 'ID' which is being specified ?
Secondly, after the data entry person specifies the salary break up, what
would make this info store the new data into the existing salary table ?
General guidelines would be highly appreciated. Currently I am looking into
basic VB, because I suspect that some coding might be required.
entry person would fill in an ID. Now I would want certain information about
this person to show up, say Name info, Contact etc. Once it is confirmed that
it is the right person, the data entry person would fill in some other fields
(salary break up) and this would then be stored in a separate table.
As I understand, I can get the validation info from a query. But what
exactly should I be looking into to execute the autofill. Do I need to code
the "OnClick" property of the field 'ID' which is being specified ?
Secondly, after the data entry person specifies the salary break up, what
would make this info store the new data into the existing salary table ?
General guidelines would be highly appreciated. Currently I am looking into
basic VB, because I suspect that some coding might be required.