I am building a data entry form that has a text field that upon changes queries the SQL database for matches to prevent duplicate entries and speed making changes to existing data.
I am executing the .find method against the database to locate a matching record. This works.
The problem is that the databound text fields do not update when the .find is executed against the same data source that the controls are bound to.
How do I update the data in the bound controls to relfect the current record that the source is sitting on?
Thanks,
Bish [sig][/sig]
I am executing the .find method against the database to locate a matching record. This works.
The problem is that the databound text fields do not update when the .find is executed against the same data source that the controls are bound to.
How do I update the data in the bound controls to relfect the current record that the source is sitting on?
Thanks,
Bish [sig][/sig]