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

Any suggestions of where to learn Access?

Good morning,

I have spent the summer learning access to create a database for me work. However, must of this has been brute force attempts and youtube to cover basics of what I need to do. Although this is possible to learn access to a degree there is a wide range of information that I don't have, including general syntax requirements for access.

I have noticed there are many experts on this site and was wondering if anyone would provide information on good sites/books they used when learning access?

Regards,
Tyler
Aug 22 '16 #1
7 1056
Seth Schrock
2,965 Expert 2GB
Almost everything that I know has been learned through this site. I learned by asking questions for the things that I was wanting to do. Allen Browne has a good website with lots of information: Allen Browne. You can look through all the Access articles here on Bytes as well.

When you start posting questions here, please read the following links first: Before Posting (VBA or SQL) Code and How to ask 'good' questions.

One link to help you get started: Database Normalization and Table Structures.

Just remember, there is no book that can tell you exactly how you should do it for your situation. Each database is different, so you will have to apply the best practices that you learn and adapt them to your situation.
Aug 22 '16 #2
Thanks for the information,

I guess I realize theres a bunch of ways to do any one task I just don't know the basic communication language between me and the program.

ex.

task = "Select * from MainTableT where " & strCriteria & ""

I've learned to assume the * is the input data but I don't know what the & ____ & does, at first I thought it was string but then realized you had to add '' around whatever if it was string. It's just those little things but I do see this website is very useful. Helped me design my first database :D
Aug 22 '16 #3
Seth Schrock
2,965 Expert 2GB
I don't want to get too off subject from the main question, but here is a link that I use quite frequently for SQL syntax questions: w3schools SQL Page. If you go through its tutorials, it will help you to grasp the basics of SQL.
Aug 22 '16 #4
That is perfect for SQL thanks, I was wondering if there was any of that for general VBA code or even for getting familiar with macros in access?
Aug 23 '16 #5
jforbes
1,107 Expert 1GB
YouTube, Blogs and Message Boards have changed the way people learn. But, most of this information is piecemeal and problem specific. And it's great!

But on the internet, there isn't much in the way out there that I've seen that spoon-feeds a beginner Access information in an order that builds on itself. I think Microsoft and MSDN have put forth some effort towards this, but it's only partially there:
Access 2013 videos and tutorials
Access training
How do I... (Access VBA reference)

Seth has already pointed out the w3schools.com, which is fantastic site and you'll want to bookmark it. Zmbd has put together a list of reading materials, hopefully, he'll send it to you.

I haven't bought an Access Book in quite some time. I've bought SQL and .NET books, but not Access, so I don't have a current list of books to recommend. ...The book that I read and learned a lot from is still on Amazon Access 97 VBA Programming When I read it, a long time ago, it was pretty much the best book out there and a litmus test for a programmer; if you couldn't read it, you shouldn't be a programmer. I read it straight through and when I was done it gave me confidence that the code I was creating was done correctly. Hopefully, you can find something similar. If you find one, post a link here.
Aug 23 '16 #6
Seth Schrock
2,965 Expert 2GB
Here is a copy of the post the ZMBD usually posts. Some links are redundant to what I have given you.

--- Corrected some typos and added a link ---

---Tools and Tutorials for New Access Developers---
The following is a boilerplate I made from several different posts I've sent out to several different members in the past. I've tried to compile all of these posts into a list of links that provided the most help, adding a subtracting as I've received feedback; thus, if something is really useless to you then send me a PM with the link and let me know why OR if something was really helpful - please do the same! Need some information that isn't covered? Once again, let me know - Help me to help you and others in the future!
If any of the following links are broken please let me know!
Here are some tools to get you started into the deep end of Access:

There are several links here:
The first set of tutorials is a hands-on db build that once completed will give you most of the basic tools. MORE OVER, has a link to database design concepts that if you've never developed a database before is most helpful!

You should also pay close attention to the link on database normalization - this concept will make your databases easier to develop and manage and the variable declaration link that follows it.
---
MS Access 2010 Tutorials
Access Basics - By Crystal
Introduction to Microsoft Access and VBA
.....(ignore the information in lesson 4 about the colon (:) and comma (,) operators for same line command statements: neither is considered to be good programing and using the comma in variables now returns variants and not the typecast expected.)
MSN: Getting started with VBA in Office 2010
.... has several links to developer sites... some those are broken... and the same advice about colons and commas in vba command lines.
Micrsoft: Office2010 tutorials
Microsoft: Getting started with Access 2010
>> Database Normalization and Table Structures.
>> Require Variable Declaration
Nassi-Shneiderman Charts
---
-It is best practice when naming fields, tables, and files to avoid the use of anything other than alphanumeric characters and the underscore (spaces although allowed are problematic from a programing point of view and best avoided) and it is VERY important to avoid all reserved words and tokens:
Access 2007 reserved words and symbols
AllenBrowne- Problem names and reserved words in Access

Scan the titles here, there's everything from the very basic to the esoteric: Microsoft Access / VBA Insights Sitemap

Same with this site: Allen Browne's Access Tips

And when you get into subforms:
This is the most simple and sweet: Allen Browne: Referring to Controls on a Subform

This is the reference I will use when I get lost:
Forms: Refer to Form and Subform properties and controls
I'm worried enough that this site might ever go down that I took advantage of the download offer of a hardcopy of the table - upper right hand corner!

and finally,

[*] POSTING_GUIDELINES: Please Read Carefully Before Posting to a Forum

[*] > Before Posting (VBA or SQL) Code
--------------------------------
Aug 23 '16 #7
thank you very much for the help guys !
Aug 23 '16 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: s | last post by:
What would be the best way to learn Access code? Other than to copy from samples, or post here for an answer, I have not found a good place. Is there a guide to syntax somewhere? I think all you...
10
by: esara | last post by:
What do I need to start learning ACCESS.. what is the prerequest... I am familair with Windows O/S and C/C++ as a students and I am old 38.. Do I need to know VB?? Can I start from scratch.. I am...
1
by: Miguelito Bain | last post by:
hi everybody. i'm trying to find out what you can and can't do with/in calculated fields. any help, pointers, and/or advice would be greatly appreciated. i'm a newbie, but i want to learn, and...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
57
by: TC | last post by:
I'd like to open a discussion about the state of the industry. For the past year, I've been unable to find competent Access developers available for hire. I'm worried about that. I think there's...
5
by: =?Utf-8?B?UGV0ZXI=?= | last post by:
I need to learn vb.net but I have no VB experience. I believe I understand OOP. Which books/webcats/virtual labs/websites should I check out?
10
by: wvmitchell | last post by:
I am building a form to simulate the Access 2000-2003 database window, to use in Access 2007 so my users don't freak out with the new interface. I have a program called Resource Extractor form...
3
by: Tempalli | last post by:
kindly help me on exe setup file to run other computer where MS access is not Available Regards, Ananth
2
natalie99
by: natalie99 | last post by:
Hi All I thought this would be easy but I am having great difficulty! Could someone kindly please explain where I am going wrong? I have a single table of data, tblA each line shows a...
8
by: CD Tom | last post by:
Never have had this problem before. Have a client that call yesterday after having her computer worked on, she couldn't get her Access program that I developed to run. It was trying to run the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
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...
0
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...

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.