mswilson16
Programmer
Hi All,
I am used to writing apps in access and Vb were you can use the AfterUpdate Function... I am now writing a ASP app (with SQL back end) and I need to be able to call a function once a field is updated/exited... how do I do this?
e.g.
when the field
<td> <input name="Entity_Name" type="text" size="32"> </td>
is exiting I want to call CheckIfClientExist
Thanks in advance
Mswilson
I am used to writing apps in access and Vb were you can use the AfterUpdate Function... I am now writing a ASP app (with SQL back end) and I need to be able to call a function once a field is updated/exited... how do I do this?
e.g.
when the field
<td> <input name="Entity_Name" type="text" size="32"> </td>
is exiting I want to call CheckIfClientExist
Thanks in advance
Mswilson