Help writing code

  • Thread starter Thread starter karen scheu via AccessMonster.com
  • Start date Start date
K

karen scheu via AccessMonster.com

Can someone please point me in the right direction. I have used Access 97
and created forms/queries/reports and did some coding using access modules,
but I really need help geting back into the coding. I don't need to do
anything too difficult. I have a two tables both containing a field
orderNo(Pimary Key). There is a memo field in the notes table that is the
only field that can be updated. I have a text box on a form and I want to
write code to update the notes table such as
Update Notes
Set notes![desc] = form![main]![notestxt] where notes![order] = form![main]!
[order]

How do I begin to code this? Where can I find some basic documentation on
programming in the Visual Basic Code Builder?

Thanks,
Karen
 
Back
Top