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
Rob Oldfield - 05 Apr 2005 08:10 GMT
There's an extensive list of helpful links here....
http://www.ltcomputerdesigns.com/JCReferences.html#Tutorial
I'd suggest maybe this one...
http://www.microsoft.com/Accessdev/articles/bapp97/toc.htm
...but you might want to browse through to find one that suits you. It's
written for A97 but is valid if you're using a later version.
> 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,
[quoted text clipped - 12 lines]
> Thanks,
> Karen
karen scheu - 05 Apr 2005 14:56 GMT