PC Review


Reply
Thread Tools Rate Thread

Basic Difference between Visual Basic 6 and Microsoft Access VBA

 
 
=?Utf-8?B?SXJzaGFkIEFsYW0=?=
Guest
Posts: n/a
 
      5th Apr 2007
Could you all please advise me the basic difference between the Visual basic
6 and Microsoft Access VBA.

I am working on Microsoft Access programming from last few years and very
much fimiliar with Access VBA. Now I am planning to start with Visual Basic
6, I have following question in my mind :
a) Will the VBA will give an advantage to understand the Visual Basic 6
programming. b) Will I able to work on Visual Basic 6 easily OR its entirely
different method of programming.
C)Are the objects of Visual basic same like forms,reports,query,table
D) On which web site I am find more information of the basic differences of
both.

Thanking you all for the supports you people provide for the access users.

Regards.

Irshad


 
Reply With Quote
 
 
 
 
Rick Brandt
Guest
Posts: n/a
 
      5th Apr 2007
Irshad Alam wrote:
> Could you all please advise me the basic difference between the
> Visual basic 6 and Microsoft Access VBA.
>
> I am working on Microsoft Access programming from last few years and
> very much fimiliar with Access VBA. Now I am planning to start with
> Visual Basic 6, I have following question in my mind :
> a) Will the VBA will give an advantage to understand the Visual Basic
> 6 programming. b) Will I able to work on Visual Basic 6 easily OR its
> entirely different method of programming.
> C)Are the objects of Visual basic same like forms,reports,query,table
> D) On which web site I am find more information of the basic
> differences of both.
>
> Thanking you all for the supports you people provide for the access
> users.
>
> Regards.
>
> Irshad


The object model for forms and reports is where the majority of the differences
lie. The actual "code base" is the same.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


 
Reply With Quote
 
Allen Browne
Guest
Posts: n/a
 
      5th Apr 2007
In reply to your 4 questions:

a) Yes: VB is the same as VBA when it comes to modules, procedures,
variables, loops, branches, operators, and many functions.

b) As above.

c) There is some similarity between VB forms/controls and Access
forms/controls, but they are different in crucial ways. VB forms lack the
core functionality you are used to in Access: e.g.:
- the form's events are different (Dirty, BeforeUpdate);
- the controls are different (e.g. Text verses Value properties);
- VB lacks subforms for handling the related data so easily.

VB lacks the Access reports completely.

It also lacks the table and query design interface Access has.

Building a VB 6 application is therefore a completely different proposition
than building an Access application. Since Access gives you data-centric
controls, forms, reports, and table and query designers, doing the same job
in VB will take you much longer.

d) Since Access and VB are different beasts, used for different purposes, I
don't have links that do exactly what you ask. But here's some that will
give you info on VB:
http://www.mvps.org/vb/index2.html?samples.htm
http://www.mvps.org/vbnet/
http://www.xbeat.net/vbspeed/

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Irshad Alam" <(E-Mail Removed)> wrote in message
news:6E30AE82-9E61-4788-8E7A-(E-Mail Removed)...
> Could you all please advise me the basic difference between the Visual
> basic
> 6 and Microsoft Access VBA.
>
> I am working on Microsoft Access programming from last few years and very
> much fimiliar with Access VBA. Now I am planning to start with Visual
> Basic
> 6, I have following question in my mind :
> a) Will the VBA will give an advantage to understand the Visual Basic 6
> programming. b) Will I able to work on Visual Basic 6 easily OR its
> entirely
> different method of programming.
> C)Are the objects of Visual basic same like forms,reports,query,table
> D) On which web site I am find more information of the basic differences
> of
> both.
>
> Thanking you all for the supports you people provide for the access users.
>
> Regards.
>
> Irshad


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Call a Visual Basic module from a Microsoft Access Allen Browne Microsoft Access 0 20th Dec 2006 02:40 AM
Microsoft Visual Basic in Access 2003 =?Utf-8?B?TGFtYXI=?= Microsoft Access VBA Modules 2 26th May 2006 02:30 AM
Visual Basic Script and Visual Basic 6 Code difference? =?Utf-8?B?Qmx1ZVVua25vd24=?= Microsoft Access VBA Modules 0 7th Oct 2005 01:58 PM
Visual Basic Help from Microsoft Access error =?Utf-8?B?REc=?= Microsoft Access 0 10th Mar 2005 03:31 PM
Visual Basic and Microsoft Access =?Utf-8?B?YmJkb2J1ZGR5?= Microsoft VB .NET 1 20th Jan 2005 02:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:17 AM.