Re: Notating out old code in Access Database
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Tue, 1 May 2007 14:11:10 -0500
"NALewis" <NALewis@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:834CD4C4-6F94-4940-B872-A3FABD380B17@xxxxxxxxxxxxxxxx
I
I guess I wasn't very clear. The coding is in an older version of VB, and
have been viewing it with Visual Basic 6.5. I have only used VB.NETthough,
so I recognize many elements of the code, but not all. I also have neverthe
done any programming with Access. I was hoping someone might be able to
offer suggestions as to how I should approach this project or comment on
feasibility of a novice undertaking a project like this.
Your dealing with VBA, not VB5/6. In this case MSAccess VBA.
A quick summary of the main differences. VBA and VB share a 'core' VB
language, but VBA can only live within a container (the supporting
application). For example, it doesn't have any base I/O services - it can't
print or read/write outside resources. Instead it uses the services supplied
by the container. In addition it also may use other container supplied
interfaces/information. For example, MSAccess supplies a "DoCmd" function
which isn't part of VB.
My suggestion, get a book on MSAccess VBA programming for the version of
MSAccess you are using. Also post questions in one of the MSAccess
newsgroups.
-ralph
.
- Follow-Ups:
- Re: Notating out old code in Access Database
- From: Karl E. Peterson
- Re: Notating out old code in Access Database
- References:
- Re: Notating out old code in Access Database
- From: Jeff Johnson
- Re: Notating out old code in Access Database
- Prev by Date: Re: Expanding forms?
- Next by Date: Re: Expanding forms?
- Previous by thread: Re: Notating out old code in Access Database
- Next by thread: Re: Notating out old code in Access Database
- Index(es):
Relevant Pages
|