473,624 Members | 2,651 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Comment to the Microsoft Access world

Hi;

I 'e been developing a little application based on MS Access (I am
usually in Informix) and have to say the Web is full of sites that
offer little in the way of help.

I have to say that this forum has been the only place I can find help,
Usually sharp and to the point. As I would expect.

The Access web ring just seems full of, well, advertising.
The Microsoft Access pages are just hard work to get what one wants.
So where is the definitive reference?

You guys here offering advice and help deserve a medal.
Mind it takes effort to get at how to do something!
EG, how do you view debug print? Ya ya I know now.

Regards
Ian

Jul 22 '06 #1
3 1901
ip*****@pipemed ia.co.uk wrote:
: The Microsoft Access pages are just hard work to get what one wants.
: So where is the definitive reference?

: You guys here offering advice and help deserve a medal.

This newsgroup is an amazing resource, and it comes without the
insults heaped on non-experts that many other tech-groups delight in.

For me the other 'definitive resource' has been google. I have managed
to get a lot of help from the Microsoft Help pages, but I usually have
to find the relevant page by asking google, not the Microsoft search
facility.

I've also found a lot of valuable information on websites of
some of the regulars here: e.g. google gets me to Allen Browne's
site again and again--thank you, Allen Browne.

--thelma
: Regards
: Ian

Jul 22 '06 #2
* Thelma Lubkin:
ip*****@pipemed ia.co.uk wrote:
: The Microsoft Access pages are just hard work to get what one wants.
: So where is the definitive reference?

: You guys here offering advice and help deserve a medal.

This newsgroup is an amazing resource, and it comes without the
insults heaped on non-experts that many other tech-groups delight in.

For me the other 'definitive resource' has been google. I have managed
to get a lot of help from the Microsoft Help pages, but I usually have
to find the relevant page by asking google, not the Microsoft search
facility.

I've also found a lot of valuable information on websites of
some of the regulars here: e.g. google gets me to Allen Browne's
site again and again--thank you, Allen Browne.

--thelma
: Regards
: Ian
Wow Thelma, you read my mind. You've expressed my sentiments with
precision. I've been hanging around here for years, learning much, not
only from answers to my own questions but those of others. It's truly
and incredible resource. With rare exception there is none of the
condescension that seems to be required, both of, and by, the digerati
in most public newsgroups.

I too have advised others on numerous occasions not to waste their time
attempting to search the Microsoft site for answers, google does a far
superior job of that.

--
Randy Harris
tech at promail dot com
I'm pretty sure I know everything that I can remember.
Jul 22 '06 #3
<ip*****@pipeme dia.co.ukwrote
I have to say that this forum has been
the only place I can find help, usually
sharp and to the point. As I would expect.
At the free news server news.microsoft. com, you'll find several
Microsoft-sponsored newsgroups with very good content -- much of which is
from people who also participate here. Those newsgroups are also accessible
from the links you'll find at http://office.microsoft.com.
The Access web ring just seems full of,
well, advertising.
I gave up on the webring years ago when a couple of sites figured how to
prevent you from leaving once you reached their site... there used to be
some good help and examples, but it was always a matter of "scrolling"
through sites until you found something of interest and that might take a
long, long time.
The Microsoft Access . . . pages are just hard
work to get what one wants. So where is the
definitive reference?
At Microsoft, I find good information at the "Office Online" site,
http://office.microsoft.com, including good beginner-to-intermediate online
training courses, and "templates. " If you can guess the right search words,
the Knowledge Base at http://support.microsoft.com is useful, but some
prefer using Google to search over the Knowledge Base search.

A good starting point for Access information and links is the FAQ for this
newsgroup at http://www.mvps.org/access. Tony Toews'
http://www.granite.ab.ca/accsmstr.htm, Jeff Conrad's
http://home.bendbroadband.com/conrad...essjunkie.html, Allen
Browne's http://allenbrowne.com/tips.html, Albert Kallal's
http://www.members.shaw.ca/AlbertKallal, and many other sites by
participants here are full of good, useful information (and I've left out
many that I use frequently... no slight intended).

You guys here offering advice and help deserve a medal.
Mind it takes effort to get at how to do something!
EG, how do you view debug print? Ya ya I know now.
I'm glad you find this newsgroup useful, and hope my suggestions lead you to
other good information.

Larry Linson
Microsoft Access MVP

Jul 23 '06 #4

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

Similar topics

476
18324
by: Xah Lee | last post by:
Microsoft Hatred, FAQ Xah Lee, 20020518 Question: U.S. Judges are not morons, and quite a few others are not morons. They find MS guilty, so it must be true. Answer: so did the German population thought Jews are morons by heritage, to the point that Jews should be exterminated from earth. Apparently, the entire German population cannot be morons, they must be
0
1157
by: xmail123 | last post by:
I have written the following simple C# project in Visual studio. I am trying to see how the XML documenting works. I click Tools, Build Comment WebPages… then just click OK in the Build Comment WebPages window. I get the top level page showing me the project. But when I click the link the next page is blank. Is there a setting or som code that I am missing. using System;
0
1179
by: dixie | last post by:
I have a form where, if a button is clicked (on), I want the current comment in a form control to remain behind when I click the New Record button. I have a retainer button called CommentRetainer and the Control I wish to retain the current comment in is called Comment. The code I am using in my New Record button click event is as follows: If Me!CommentRetainer = -1 Then Me!Comment.DefaultValue = "'" & Me!Comment & "'" Else...
71
7915
by: Lauren Wilson | last post by:
Hello folks, Would love yo get all informed opinions and/or facts on the following: Over the last few weeks I have spent quite a bit of time reviewing all the Access and .NET stuff I could find on Microsoft.com. It's seems harder and harder to find much of anything about Access as a primary development platform. I am getting the uneasy feeling that Microsoft is slowly phasing out Access.
48
3463
by: Andrew Quine | last post by:
Hi Just read this article http://www.artima.com/intv/choices.html. Towards the end of the dicussions, when asked "Did you consider including support for the concept of immutable directly in C# and the CLR?" Anders' reply included this comment: "The concept of an immutable object is very useful, but it's just up to the author to say that it's immutable."
3
1382
by: Jorel | last post by:
Hi. I am just running through the hello world tutorial and when I attempt to generate the comment web pages (like javadoc) it just creates a page with no content. Um....this is the tutorial and it's really hard to screw this up. But I managed somehow. My source file is exactly as shown in the book and I honestly can't see what I could possibly have done wrong, other than some obscure configuration info somewhere set wrong. Anyway, if...
41
1914
by: Rob R. Ainscough | last post by:
I keep hearing persistant rumors (along with my own experience) that .NET is going to be abandon by Microsoft due to performance & security issues? I realize no one from Microsoft is likely to confirm this publically, but if anyone that does have insider knowledge, could you provide some feedback (private or public). My company is on the verge of migrating to .NET, but we've ran into several performance issues (mostly on the GUI side) and...
182
7487
by: Jim Hubbard | last post by:
http://www.eweek.com/article2/0,1759,1774642,00.asp
0
8179
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8685
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8633
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8348
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7176
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4084
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2613
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1797
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1493
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.