473,769 Members | 6,926 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic class any help for learning VBA

I am not sure which would be the best place to post this question, so I'm
posing it here with Access general questions. I have reached the point many
times in Word and in Access where my ignorance of VBA is a real detriment to
me. I saw some posts about VBA classes with a particular vendor and the
poster was advised not to take the class because of the likelihood of an
unskilled trainer.

My question is, would taking a Visual Basic class be of any assistance to me
or is that really a very different animal from VBA? Several people mentioned
buying VBA books but I find that I'm not disciplined enough to just sit and
read that type of book.

Thanks for any advice you can give me.

Ann

--
Message posted via http://www.accessmonster.com
Mar 13 '06 #1
18 2401

"Ann Scharpf via AccessMonster.c om" <u16643@uwe> wrote in message
news:5d368b447c c89@uwe...
I am not sure which would be the best place to post this question, so I'm
posing it here with Access general questions. I have reached the point
many
times in Word and in Access where my ignorance of VBA is a real detriment
to
me. I saw some posts about VBA classes with a particular vendor and the
poster was advised not to take the class because of the likelihood of an
unskilled trainer.

My question is, would taking a Visual Basic class be of any assistance to
me
or is that really a very different animal from VBA? Several people
mentioned
buying VBA books but I find that I'm not disciplined enough to just sit
and
read that type of book.

Thanks for any advice you can give me.

Ann

It is pretty much the same thing - especially when you are just beginning.
In fact, if you are taking a beginner's course it shouldn't really make much
difference - the first steps of how to dimension variables, write subs and
functions, code loops and ifs, thens, etc will all be the same.
However, there may be some visual basic programmers who never do much work
with databases or Word documents so that although the langauge is 95% the
same, the focus is different. In this newsgroup, people ask about forms,
subforms, retrieving and updating data and in the Word newsgroups they ask
about documents, mailmerges, etc. In other words you could choose to focus
your programming skills on a number of different areas.
Mar 13 '06 #2
It won't hurt you. VBA is a subset of Visual Basic, many of the
commands, programming constructs, etc will be the same.

However, getting a pure VBA class, or book will help you with Access
specific things that you may be trying to do for your employer. There
are classes for Access out there, you can purchase and/or rent videos
that cover all aspects of Access development, Keystone has some good
ones. There are also a LOT of free resources on the Internet, where
you can find well written code examples and tutorials that will give
you real world scenarios that you can modify for your own projects.

Purely my .02 on the matter, if you email me directly, I would be happy
to provide the links to some of these resources.

Sincerely,

mksnyder
Ann Scharpf via AccessMonster.c om wrote:
I am not sure which would be the best place to post this question, so I'm
posing it here with Access general questions. I have reached the point many
times in Word and in Access where my ignorance of VBA is a real detriment to
me. I saw some posts about VBA classes with a particular vendor and the
poster was advised not to take the class because of the likelihood of an
unskilled trainer.

My question is, would taking a Visual Basic class be of any assistance to me
or is that really a very different animal from VBA? Several people mentioned
buying VBA books but I find that I'm not disciplined enough to just sit and
read that type of book.

Thanks for any advice you can give me.

Ann

--
Message posted via http://www.accessmonster.com


Mar 13 '06 #3
Thanks to both of you who answered my post. I appreciate your input.

I would love to email you directly about the net resources you mention, but I
don't see an address. Mine is

ann dot scharpf at dfas dot mil

mksnyder wrote:
It won't hurt you. VBA is a subset of Visual Basic, many of the
commands, programming constructs, etc will be the same.

However, getting a pure VBA class, or book will help you with Access
specific things that you may be trying to do for your employer. There
are classes for Access out there, you can purchase and/or rent videos
that cover all aspects of Access development, Keystone has some good
ones. There are also a LOT of free resources on the Internet, where
you can find well written code examples and tutorials that will give
you real world scenarios that you can modify for your own projects.

Purely my .02 on the matter, if you email me directly, I would be happy
to provide the links to some of these resources.

Sincerely,

mksnyder
I am not sure which would be the best place to post this question, so I'm
posing it here with Access general questions. I have reached the point many

[quoted text clipped - 11 lines]

Ann


--
Message posted via http://www.accessmonster.com
Mar 14 '06 #4
Personally (and I'm speaking as a past applications trainer who did teach
VBA) I believe that there isn't much to be gained from training courses
unless you already know a bit before you go.

A college course is a different kettle of fish as they tend to take place
over a number of weeks and allow the lecturer to set the foundations at each
stage before moving on.

I personally learnt to program by attending evening classes at my local
college and learnt VBA for Access by using the wizards and seeing how they
did things and then extended that by use of the VBA help file (mainly).

You've got to remember that VBA means Visual Basic for Applications, it's a
programming language which is based on VB but has extensions for the
particular application you are programming against, so although there are
broad areas where VBA for Access overlaps with VBA for Word, there are also
extensive parts where they don't match up.

The important thing with any programming language is to first of all learn
how to program then you can worry about how a particular language works.

By learning "how to program" I mean learn the three basics which apply to
all programming languages i.e. sequence, selection and iteration, once
you've got that it's simply a matter of finding how the particular language
you are learning applies those principles and you're well on your way.
--

Terry Kreft
"Ann Scharpf via AccessMonster.c om" <u16643@uwe> wrote in message
news:5d368b447c c89@uwe...
I am not sure which would be the best place to post this question, so I'm
posing it here with Access general questions. I have reached the point many times in Word and in Access where my ignorance of VBA is a real detriment to me. I saw some posts about VBA classes with a particular vendor and the
poster was advised not to take the class because of the likelihood of an
unskilled trainer.

My question is, would taking a Visual Basic class be of any assistance to me or is that really a very different animal from VBA? Several people mentioned buying VBA books but I find that I'm not disciplined enough to just sit and read that type of book.

Thanks for any advice you can give me.

Ann

--
Message posted via http://www.accessmonster.com

Mar 14 '06 #5
Previously when I searched the net for VBA classes, I didn't find any good
hits. This time I searched for VBA ACCESS TUTORIAL and found the following
site. It looks very useful and, unlike many web pages of this type, is
formatted very well for printing. I'm making myself a little manual right
now as a starting point.

http://www.functionx.com/vbaccess/index.htm

mksnyder wrote:
Purely my .02 on the matter, if you email me directly, I would be happy
to provide the links to some of these resources.

Sincerely,

mksnyder


--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200603/1
Mar 14 '06 #6
Ann Scharpf via AccessMonster.c om wrote:
Previously when I searched the net for VBA classes, I didn't find any good
hits. This time I searched for VBA ACCESS TUTORIAL and found the following
site. It looks very useful and, unlike many web pages of this type, is
formatted very well for printing. I'm making myself a little manual right
now as a starting point.

http://www.functionx.com/vbaccess/index.htm

mksnyder wrote:
Purely my .02 on the matter, if you email me directly, I would be happy
to provide the links to some of these resources.

Sincerely,

mksnyder


Clarification please. It appears that the VBA tutorials is only
available for purchase - correct?

Bob
Mar 14 '06 #7
No. There is a for purchase version and then there are 23 detailed lessons;
each is a separate htm file. There is some advertising on the page but I
didn't find it to be too intrusive.. I printed all the free lessons. They
range from 4 pages - 32 pages per lesson. Printed double-sided, the
materials filled a 1/2" ring binder.

Here are the lesson topics that I printed:

1.*Introduction to VB Access
2.*Objects and Collections
3.*Data Types and Variables
4.*DAO, ADO, ADOX, and SQL
5.*Procedures and Functions
6.*Conditional Statements
7.*Error Handling
8.*The Tables of a Database
9.*The Columns of a Table
10. The Forms of an Application
11. The Windows Controls of a Form
12. The Records of a Database
13. Details on Data Entry
14. Data Entry and Built-In Functions
15. The Queries of a Database
16. Printing
17. Relationships and Data Integrity
18. Data Joins
19. Details on Creating Queries
20. Data Analysis
21. Using Queries
22. Introduction to Record Sets
23. Data Views and Stored Procedures

The purchase version has some unspecified "extra materials" and costs $22.
Bob Alston wrote:
Previously when I searched the net for VBA classes, I didn't find any good
hits. This time I searched for VBA ACCESS TUTORIAL and found the following

[quoted text clipped - 10 lines]

mksnyder


Clarificatio n please. It appears that the VBA tutorials is only
available for purchase - correct?

Bob


--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200603/1
Mar 14 '06 #8
> http://www.functionx.com/vbaccess/index.htm

The persons who wrote this are neither stupider nor less capable than a
bucket of rocks.

Mar 14 '06 #9
I know nothing about VBA and am trying to teach myself from scratch. Do you
have a better resource to recomment?

Lyle Fairfield wrote:
http://www.functionx.com/vbaccess/index.htm


The persons who wrote this are neither stupider nor less capable than a
bucket of rocks.


--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200603/1
Mar 14 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
6962
by: pix | last post by:
Hello, I would like to start learning Visual Basic, and I was wondering if there are any recomendations to any ebooks, or actual books for that matter. I have my eye on this book by John Smiley, any comments/suggestions would be greatly appreciated.
33
3169
by: John Timbers | last post by:
I'd like to purchase Visual C# .Net for learning purposes only since it's a lot cheaper than Visual Studio (note that I'm a very experienced C++ developer). Can someone simply clarify the basic differences. Ok, Visual Studio has C++, VB and J++ thrown in plus some extra bells and whistles (I already have some minimal experience) but are both IDE's essentially the same (including the same IDE support for creating forms, ADO.NET DataSets,...
2
2109
by: janice_2k | last post by:
Dear Sir/Mdm, I am writing this on behalf of my company. We bought the Visual Studio .NET Enterprise version but currently we need to use Visual Basic 6 for a small development. We are not able to purchase it anymore, anywhere we know. Therefore, I would like to know whether is VB 6 still available in the market? If not, is there any way we can 'downgrade' our license to VB 6 for a just short period of time, about 2 months. What other...
6
1229
by: M P | last post by:
Please help me choose the right software. What is the difference between the two software? Since I will be using VB.Net, I really don;t need to use C# that is included on VS.Net am I right? Any other feature that is an advantage between the two? Hoping for your response. Mark
4
2060
by: Christian Blackburn | last post by:
Hi Gang, I saw this for sale online: Microsoft Visual Basic.NET Deluxe Learning Edition Version 2003. I'm wondering is the CD that's bundled with the learning edition just a digitized version of the book or is it an interactive tutorial? Thanks, Christian Blackburn
4
1456
by: Spike | last post by:
I purchased Visual Basic .NET Deluxe Learning edition, version 2003. When I got to step 3 of the installation, the installer couldn't find the help files on any of the included discs, and so does not install any help whatsoever. The text of the accompanying book, instruct the reader to browse the help files several times, which cannot be installed and do not exist.
97
5542
by: Master Programmer | last post by:
An friend insider told me that VB is to be killled off within 18 months. I guess this makes sence now that C# is here. I believe it and am actualy surprised they ever even included it in VS 2003 in the first place. Anyone else heard about this development? The Master
4
3098
by: Chris Asaipillai | last post by:
Hi there My compay has a number of Visual Basic 6 applications which are front endeed onto either SQL Server or Microsoft Access databases. Now we are in process of planning to re-write these applications into Visual Basic.Net. My managers main thought is that Visual Basic 6 is (or has!) stopped being supported by Microsoft.
8
2863
by: Chris Asaipillai | last post by:
Hi there I have some questions for those experienced Visual Basic 6 programmers out there who have made the transition from VB6 to Vb.net. How long did it take you to learn at least the basic elements of VB.net....so that you were confident to write a application from scratch. This wouldnt necessarily
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3965
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.