473,412 Members | 2,012 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,412 software developers and data experts.

Links to useful sites

MMcCarthy
14,534 Expert Mod 8TB
This is a list of technical site links that many of our experts find useful. They are often included in posts in answer to repeated questions so I am posting a list of them here for convenience.

These sites are not advertisements and if any site here causes users any problems please let me know. They are only meant to include links that contain answers to frequently asked questions.

Of course if there is anything on any of these sites you don't understand please post your questions in the forum.

PLEASE NOTE: Some of these sites do have popup/popunders. There is not much we can do about them but you should probably have your popup blocker turned on.


How to structure your tables

This site was written by Microsoft for Access 2000. However, the rules basically hold true for any database structure and should be read by anyone building a database who doesn't fully understand the importance of normalisation and how to do it.

So many of the problems our posters encounter can be traced back to the incorrect structure of their tables.

As with all these sites you can ask any questions on the forum if there is anything you don't fully understand.

http://support.microsoft.com/kb/209534/


Access Security


This site goes into great detail about all aspects of Microsoft Access security features and should answer any questions on the subject.

http://www.jmwild.com/Accesssecurity.htm


Tutorials and General Help

This site has something for both the beginner and the advanced user. It provides tutorials, general how-to's on everything from table structure, to VBA. It also has a page which covers all commonly used functions.

http://www.techonthenet.com/access/index.php


Snippets of code

There are some very useful snippets of code here for commonly preformed actions using VBA (Not just in Access).

http://www.vba-programmer.com/


Forms and Subforms

So many questions in this forum are on how to refer to and from subforms using code. This is the definitive answer from the MS MVP's.

http://www.mvps.org/access/forms/frm0031.htm


DAO using Recordsets

This is a site written by Allen Brown pointing out the top 10 most common errors when using DAO with recordsets and how to solve them of course.

http://allenbrowne.com/ser-29.html

Allen Browne is another of Microsofts MVP's and his site is full of useful tips for all levels.

http://allenbrowne.com/tips.html


Advanced Users

Some classes of useful code written by Michael Kaplan. For those of you who don't know him he's a former MS MVP and is considered one of the gurus of Access.

http://www.trigeminal.com/codes.asp?1033

The following are some very good white papers from the FMS site.

Microsoft Access within a Organisation's Database Strategy

FMS Technical Papers

Useful Code

Stephen Lebans, another MS MVP has a site full of useful downloadable code, including my favourite for turning the mousewheel on and off.

Although, we cannot stand by any code downloaded from a website Stephens code has been used by many experts and I've heard nothing of any problems with it.

http://www.lebans.com/toc.htm


Useful Add-In

MZ-Tools 3.0 is a freeware add-in for Visual Basic 6.0, Visual Basic 5.0 and the Visual Basic For Applications editor (provided by a VBA-enabled application such as those in Office 2000 and higher) which adds several productivity features to the IDE.
Nov 12 '06 #1
0 6140

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

Similar topics

1
by: valerian dinca | last post by:
Hi, This is my latest article for your consideration. If you think that this article could interest your subscribers it is free to reprint in your ezine and/or newsletter as long as you: 1....
0
by: Kurumi | last post by:
Here's how CSS can warn you about links to sites matching a "blacklist" you define. This might be useful in weeding out bogus search results, etc. It uses substring attribute matching (which is...
0
by: Cameron Laird | last post by:
QOTW: "I have a fake supervisor reference generator for job interviews, a fake house inspection generator for real estate transactions, and a fake parole testimony generator - maybe you could...
0
by: Cameron Laird | last post by:
QOTW: "Dictionaries are one of the most useful things in Python. Make sure you know how to take adavantage of them..." - Jeremy Sanders "Python has consistently failed to disappoint me." - Tal...
1
by: Gabriel Genelli | last post by:
QOTW: "A java class full of static methods translates to a python module populated with functions in general." - Arnaud Delobelle "Neurons are far more valuable than disk space, screen lines, or...
0
by: Gabriel Genellina | last post by:
QOTW: "Good God! Is there *anything* that python does not already do? I hardly feel the need to write programs anymore ... Its really 80% like of the questions that are asked here get answered...
0
by: Gabriel Genellina | last post by:
QOTW: "Stop thinking of three lines as 'extensive coding' and your problem disappears immediately." - Steve Holden "Hey, did you hear about the object-oriented version of COBOL? They call it...
0
by: Gabriel Genellina | last post by:
QOTW: "Regarding a Java programmer moving to Python, a lot of the mindset change is about the abundant use of built in data types of Python. So a Java programmer, when confronted with a problem,...
1
by: Gabriel Genellina | last post by:
QOTW: "here's always no best." - Lawrence Oluyede http://groups.google.com/group/comp.lang.python/msg/32bce47d185 ce42e "I actually do a lot of unit testing. I find it both annoying and highly...
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
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...
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
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,...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.