Link to home
Start Free TrialLog in
Avatar of sirbounty
sirbountyFlag for United States of America

asked on

ADO Continuation

Playing off of:
https://www.experts-exchange.com/questions/21484253/Help-with-ado.html

If I'm using ADO, how would I add/modify/delete records from a recordset creating using a Join?

Not looking too much for specifics at the moment...just general ideas/commands.  I've always use Select statements and then assigned the fields with the text control's data...presumably I would use INSERT and DELETE commands?

If so, in addition, I want to cover all the bases so that if an add is initiated, the user has the option to cancel the add - an undo for an edit, etc...are these ado commands that I can apply?  Any links with tips for these procedcures?
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial