Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Databound text fields

Status
Not open for further replies.

Bishop72

Programmer
Jul 1, 1999
15
US
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]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top