You'll need to look at the code that fires for the on click
event of the update button. And how the code should be
written depends on your app, how you have setup your data
access, etc....there are chapters written in books on how to
do this so a newsgroup posting probably won't cover all of
what you need to know. You can probably get some ideas,
samples and information on how to do this at the msdn Visual
Basic site:
http://msdn.microsoft.com/vbasic/ -Sue
On Thu, 30 Oct 2003 09:17:33 -0800, "Bob" <rflahive@spc.edu>
[quoted text, click to view] wrote:
>How do I update multiple tables in a sql database through
>a VB interface. None of the table are updated when the
>update button is pressed in VB interface.