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!

Save data via ADO code to Access 1

Status
Not open for further replies.

Mezzzo

Technical User
May 30, 2003
56
US
Hi

I have basic understanding of bound controls. Does
anyone have sample code that shows the use of
ADO and unbound controls. I`d need to save general
controls like editboxes and stringgrids via ADO
code. The database is Access.
Thanks....alot for the help.

Regards Mezzzo
 
if you are using unbound controls , then there is no direct way , except to constuct the sql string
and execute it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top