473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Where can I find reference documentation for Access?

I'm very new to Access, although I have programmed extensively with
VBScript. I'm looking for documentation for the scripting language used
to write Macros. I'd even appreciate if someone could tell me what that
scripting language is called.

I recogzine the syntax from VBScript, but there are all these objects
like ADODB.Recordset, Me, CurrentProject that I don't know much about
and I don't have a good idea of the framework.

Any help greatly appreciated!

Kevin

Jan 4 '06 #1
3 1700
It's called VBA, visual basic for applications. You'll want to get a book on
programming VBA for MS Access. Or a standard book on Access will have an
intro.
good luck
-John

<au******@quasika.net> wrote in message
news:11*********************@f14g2000cwb.googlegro ups.com...
I'm very new to Access, although I have programmed extensively with
VBScript. I'm looking for documentation for the scripting language used
to write Macros. I'd even appreciate if someone could tell me what that
scripting language is called.

I recogzine the syntax from VBScript, but there are all these objects
like ADODB.Recordset, Me, CurrentProject that I don't know much about
and I don't have a good idea of the framework.

Any help greatly appreciated!

Kevin

Jan 4 '06 #2
The programming language in Access is Visual Basic for Applications (VBA).

It's not a scripting language it's a fully formed procedural language.

You have to be careful with the word macro. I realise that in Word/Excel
etc they refer to VBA code as being synonymous with macros but this is due
to an unfortunate history in the development of coding for these
applications.

In Access a macro is a specific way to automatically carry out user actions,
it does not refer to VBA code.

You can get a lot of help from the VBA help file, this is the one you get
from the code window not from the main Access window, but I suspect from the
way your question is phrased that you may well need to look at obtaining a
beginners programming book of some kind.
--

Terry Kreft
<au******@quasika.net> wrote in message
news:11*********************@f14g2000cwb.googlegro ups.com...
I'm very new to Access, although I have programmed extensively with
VBScript. I'm looking for documentation for the scripting language used
to write Macros. I'd even appreciate if someone could tell me what that
scripting language is called.

I recogzine the syntax from VBScript, but there are all these objects
like ADODB.Recordset, Me, CurrentProject that I don't know much about
and I don't have a good idea of the framework.

Any help greatly appreciated!

Kevin

Jan 5 '06 #3
Red
You poor soul... we all have these questions when we begin... here's a
link that I use very often.. it is for Access 97, but, the language is
the same ;)

http://msdn.microsoft.com/archive/de.../D6/S5B5EF.asp
From that link you can browse around and find all sorts of good

information... If you are halfway decent at programming in any
language, VBA is surely easy.

Jan 5 '06 #4

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

Similar topics

4
by: C. Hagedorn | last post by:
Hi, i usually write C programs under linux and i make heavily use of the superb documentation provided by the system itself (man/info pages, html documentation of the gcc package) But, now i...
1
by: Robert Maas, see http://tinyurl.com/uh3t | last post by:
According to an online manual: http://www.croczilla.com/~alex/reference/javascript_ref/packages.html#1193137 all the Java API packages in java.* and sun.* are available from JavaScript. There's...
4
by: John Pote | last post by:
Hi all, I want to use python on a server to access incoming TCP port accesses. So I need to use the socket interface which is new to me. To quote the Py Library Reference "7.2 socket --...
13
by: usenet | last post by:
How and where can one find out about the basics of VB/Access2003 syntax? I am a died in the wool C/C++/Java Linux/Unix programmer and I am finding it difficult to understand the program format...
11
by: Yelena Varshal via AccessMonster.com | last post by:
Hello, I have a problem with one of msaccess.exe API calls that work on my desctop but does not work on the laptop from within MS ACCESS. There is a lot of differences between 2 computers...
10
by: salty | last post by:
.... when no one here has an answer? Does MS offer support for its programming products where that support doesn't cost an arm and a leg, but where you can at least get a response? I'm not...
4
by: Java Guy | last post by:
I can find a lot of stuff on the internet about javascript, except how to I determine which version my IE6 is compatible with, or where to download javascript plugin/engine/what-ever for Windows...
0
by: Abhishek Padmanabh | last post by:
I have been trying out boost's serialization library for the past few days. And I have come across a problem serializing a class that has a reference member. The code is posted as below: ...
2
by: blackduck603 | last post by:
Hi, I am fairly new to Access programming and Reports. I have inherited a project and am trying to understand some of the inner workings. There is a field named Overall in the Detail section of my...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.