J
John Keith
I am trying to set up a simple data entry form. The 1st field (ssn) is the
primary key. I would like to have the form detect when the SSN entered
already exists an load this data into the form. The default is that the form
wait till after the user tries to navigate to a new record before the record
is checked against duplicate key constraints.
This is currently set to be a continuous form with Data entry set to true.
How do I make the form just fill in the blanks after the cursor leaves the
SSN field IF it points to a pre-existing record.
Will i need lookup code in the lost focus event? or should I use filtering?
or ???
primary key. I would like to have the form detect when the SSN entered
already exists an load this data into the form. The default is that the form
wait till after the user tries to navigate to a new record before the record
is checked against duplicate key constraints.
This is currently set to be a continuous form with Data entry set to true.
How do I make the form just fill in the blanks after the cursor leaves the
SSN field IF it points to a pre-existing record.
Will i need lookup code in the lost focus event? or should I use filtering?
or ???