
updating fields in table from field in another table
Quote:
> Hi,
> I'm quite new to Visual Basic and Access so this problem I hope has a
> simple solution.
> While filling in a form for table A,
> Using a sub procedure (via command button) I want to
> open up the form corresponding to table B and update a field with
> data entered into a field in table A.
> Can this be done easily? If so would you be so kind to include
> as much code as possible due to make novice state.
> Thanks for any help you can provide!!
> C
> --
Cynthia,
FormB.TextBox.Text = FormA.TextBox.Text
--
Thanks,
Dave Verschleiser
Q&D Software Development - http://www.q-d.com
Creators of WebForms and WebMania!
=======================================================
For the best SHAREWARE on the Net, check out:
** The Shareware Central Interactive Catalog **
** http://www.q-d.com/swc.htm **
Shareware authors -- find out how to obtain a listing!
=======================================================