473,382 Members | 1,464 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,382 software developers and data experts.

Increasing Access Knowledge

How does one increase their Access skills?

I'm creating a basic DB for a non-profit organization. I would
classify myself as an advanced beginner.

I've got some help books but it seems they will only take me so far.
Some of the threads I've read here are way over my head.

How do I become better?
Nov 12 '05 #1
7 2028
Read some books and take classes on Programming and Database design.

"Mark Lees" <ma*******@byu.edu> wrote in message
news:c4**************************@posting.google.c om...
How does one increase their Access skills?

I'm creating a basic DB for a non-profit organization. I would
classify myself as an advanced beginner.

I've got some help books but it seems they will only take me so far.
Some of the threads I've read here are way over my head.

How do I become better?

Nov 12 '05 #2
"Mark Lees" <ma*******@byu.edu> wrote in message
news:c4**************************@posting.google.c om...
How does one increase their Access skills?

I'm creating a basic DB for a non-profit organization. I would
classify myself as an advanced beginner.

I've got some help books but it seems they will only take me so far.
Some of the threads I've read here are way over my head.

How do I become better?


Provided you have the fundamental concepts for designing relational
databases well and truly in place then there is no reason not to simply get
on and start building. When you come to something you can't do, search the
groups for answers and if you still get stuck, ask here. I'm sure most
people here actually developed their skills by designing real databases for
the real world.
Books and classes take you so far but nothing beats the experience of
building databases that people actually use.

My tuppence worth

Fletcher
Nov 12 '05 #3
"Mark Lees" wrote
How does one increase their Access skills?
Self-study, classes, training available on the Internet, reading databases
and examples done by others -- there are many.
I'm creating a basic DB for a non-profit
organization. I would classify myself
as an advanced beginner.
Before you can develop an "appliciation" with Access, you need to be
proficient in using Access as an end-user. You'll find that much of what you
do in creating an application for someone else to use is simply automating
(with macros or VBA code) things that a power-end-user might to manually.
I've got some help books but it seems
they will only take me so far. Some of
the threads I've read here are way over
my head.
A general book that goes deeper than some introductory books that I've liked
in past versions is Roger Jennings' _Special Edition Using Access
<versionnumber>_; in the same series, you may find a book on Using Access
VBA -- I know there is one planned for Access 2003 VBA.

For the power-user wanting to move to developer level, I like Rick Dobson's
_Programming Microsoft Access <versionnumber>_, published by Microsoft
Press.

For a specific, detailed reference for the developer, take a look at Litwin,
Getz, et al's _Access <versionnumber> Developer's Handbook_.
How do I become better?


Study the Northwind Traders example DB that comes with every version of
Access -- you'll find it in the Samples folder, in the Office<number>
folder, in the folder hierarchy where you installed Office. For Access 97
and earlier, in that same Samples folder, you'll find Solutions.MDB, which
leads you through solutions to specific application problems. For Access
2000 and later, you will need to down load the Solutions.MDB from
http://msdn.microsoft.com/library/en...ml/bap2000.exe.

You'll find a lot of good information at The Access Pages at Office Online:

http://office.microsoft.com/home/off...ES790020011033

Access Training at Office Online:
Introduction to Databases:

http://office.microsoft.com/training...1381033&CTT=98

Table that data:

http://office.microsoft.com/training...RC061181381033

Analyzing, viewing, and reporting data

http://office.microsoft.com/training...RC061181381033

You'll find a wealth of information and links at http://www.mvps.org/access,
the FAQ site for this newsgroup.

You'll find other links to resource sites from my user group site:
http://ntaccess.tripod.com. You'll find copies of some of my presentations,
and presentations of others, at
http://appdevissues.tripod.com/downloads.htm. You'll find some examples that
I've posted at http://accdevel.tripod.com.

You'll find answers to many specific and not-so-specific Access questions in
the searchable Knowledge Base at http://support.microsoft.com and in the
Microsoft Developer Network site, http://msdn.microsoft.com/access.

Well, that's a start that if you read it all, will keep you reading until
you retire, I suspect.

Larry Linson
Microsoft Access MVP
Nov 12 '05 #4
Fletcher sums this up quite rightly.

Two and a half years ago I thought using macros to to do everything
was the bee's knee's! Now I never use them, as VBA code gives you so
much more power and flexibilty. A great deal of what I've learnt has
come from this NG and/or the associated links/advice from here.
Building applications for real-world problems gives you so much scope
to learn more - you come up against opportunities (often disguised as
problems!) and if your reading material can't give the answers, this
NG covers a really broad range of subjects under the one umbrella of
'Access'.

You'll be surprised how quickly you learn, and looking back you'll
remember how hard things seemed then but how much you know.

Cheers,

Phil
ma*******@byu.edu (Mark Lees) wrote in message news:<c4**************************@posting.google. com>...
How does one increase their Access skills?

I'm creating a basic DB for a non-profit organization. I would
classify myself as an advanced beginner.

I've got some help books but it seems they will only take me so far.
Some of the threads I've read here are way over my head.

How do I become better?

Nov 12 '05 #5
I really appreciate everyone's help! It is a blessing to have these
types of resources available. I hoppe one day I will be able to help
someone with something I've learned.
Nov 12 '05 #6
ma*******@byu.edu (Mark Lees) wrote in message news:<c4**************************@posting.google. com>...
How does one increase their Access skills?

I'm creating a basic DB for a non-profit organization. I would
classify myself as an advanced beginner.

I've got some help books but it seems they will only take me so far.
Some of the threads I've read here are way over my head.

How do I become better?


I am basically self-taught; I took 2 or 3 classes, bought books...What
has helped me the most is with trial-and-error (much error, as a
matter of fact!) developing databases that are used by others within
my company. This newsgroup has been a TREMENDOUS help. I have
literally spent hours searching for answers. I have posted several
questions, sometimes thinking "these guys are going to think I'm
stupid", but how else would I learn if I don't ask questions? And
while like with you, some threads have been over my head, I keep
searching until I find what I need. And I usually find it. I have
tons to learn and I thank goodness for this newsgroup's help.

JD
Nov 12 '05 #7
Hello,

As someone who started serious Access Programming just 3 months ago
(in fact Database Programming) after over 12 year of Flat File
Programming (which ended in 1992, btw), I invested in three books.

One was Allison Balter's, the second (set of two books) the Access
Developer's handbook and the third was the VBA Handbook.

Together, these books and this use group provide me with all the info
that I have needed. My application is coming on reasonably fast and
nicely except for 1 or 2 glitches for which I have found workarounds
in this group and elsewhere.

Like someone earlier said.. Just jump into the pool and start flapping
your arms.. you will find you can float and slowly start swimming too.

Best of luck and Welcome to the world of Access.

Cheers!

Uttam

=================

jd****@yahoo.com (jd****@yahoo.com) wrote in message news:<75**************************@posting.google. com>...
ma*******@byu.edu (Mark Lees) wrote in message news:<c4**************************@posting.google. com>...
How does one increase their Access skills?

I'm creating a basic DB for a non-profit organization. I would
classify myself as an advanced beginner.

I've got some help books but it seems they will only take me so far.
Some of the threads I've read here are way over my head.

How do I become better?


I am basically self-taught; I took 2 or 3 classes, bought books...What
has helped me the most is with trial-and-error (much error, as a
matter of fact!) developing databases that are used by others within
my company. This newsgroup has been a TREMENDOUS help. I have
literally spent hours searching for answers. I have posted several
questions, sometimes thinking "these guys are going to think I'm
stupid", but how else would I learn if I don't ask questions? And
while like with you, some threads have been over my head, I keep
searching until I find what I need. And I usually find it. I have
tons to learn and I thank goodness for this newsgroup's help.

JD

Nov 12 '05 #8

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

Similar topics

22
by: Bryan Rickard | last post by:
I wrote a simple program in VB6 to copy all the files from a directory on a CD-ROM to my hard disk. There are about 10 files, each about 30MB. The program uses Get and Put to get data from the...
5
by: Good Man | last post by:
Hi everyone I'm using the "MySQL Administrator" program to keep tabs on the health of a web system i am developing. I think it's nice to have quick (gui) feedback on the query cache, memory...
5
by: DaveA | last post by:
I've got myself into a bind here. Any help would be a life saver. I created a form with 644 text boxes that serve as "days" for a schedule. Each text box has a code which is populated with an X or...
1
by: marko | last post by:
Here is my problem. How can i make a field in a form change to a value 1 every morning when I turn access on, when the date changes? And how can i make a button on a form which would open another...
100
by: jacob navia | last post by:
As everybody knows, C uses a zero delimited unbounded pointer for its representation of strings. This is extremely inefficient because at each query of the length of the string, the computer...
70
by: lgbjr | last post by:
Hello All, I've been developing a VB.NET app that requires the use of a DB. Up to now, I've been using Access. It's a bit slow, but everything works. I'm at a point now where I need to decide if...
18
by: google.1.jvmail | last post by:
I have over 10 years strong experience coding in VBA, developing complex multi-user applications in MS Access (all versions), have worked with security, replication, and whole bunch of other...
1
by: effiw | last post by:
I'm working with an application that has an MS Access front end linked to the SQL Server DB backend. During a period of one week, 32 records of a spefic event (and all related records to that event)...
4
by: Rahul B | last post by:
Hi, I was getting the error: sqlcode: -911 sqlstate: 40001 , which is "The maximum number of lock requests has been reached for the database." So i increased the locklist size to 200 from the...
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:
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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.