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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Bound Controls

Status
Not open for further replies.

OHPottsy

Programmer
Nov 21, 2001
1
US
Do any of you experienced VB programmers use controls that are bound to fields in a recordset if you are going to allow users to edit the data? I have been struggling with basic issues like canceling changes when I use bound controls. My problems could be related to my lack of skill, but I thought I would check here first.

If you do use data-bound controls, how do you allow for canceling changes?

Thanks,
BP
 
I know within an ADO recordset object there is a Cancel Update method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top