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

I'm trying to grasp the concept of class modules, seeking a straight-forward example on a site somewhere

MLH
I'm new to A97 - moving up from Access 2.0 and Access Basic.
Would like to build a fundamental, sound understanding of class
modules. Is there a site with an example of a simplistic class module
saved as

I understand that Access 97's standard modules are essentially what
1.x and 2.0 global modules. I would like to study and experiment with
an Access 97 class module created in a standard module.

Thank-you.
Nov 13 '05 #1
6 1989
Take a look at the House of Straw, House of Bricks and House of Sticks
examples at
http://msdn.microsoft.com/library/en...ionclasses.asp

While aimed at VB6, I believe most of it is applicable to Access 97.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"MLH" <CR**@NorthState.net> wrote in message
news:s7********************************@4ax.com...
I'm new to A97 - moving up from Access 2.0 and Access Basic.
Would like to build a fundamental, sound understanding of class
modules. Is there a site with an example of a simplistic class module
saved as

I understand that Access 97's standard modules are essentially what
1.x and 2.0 global modules. I would like to study and experiment with
an Access 97 class module created in a standard module.

Thank-you.

Nov 13 '05 #2
rkc
MLH wrote:
I'm new to A97 - moving up from Access 2.0 and Access Basic.
Would like to build a fundamental, sound understanding of class
modules. Is there a site with an example of a simplistic class module
saved as


Here is an article by one of the fellows that wrote the
Jet Database Engine Programmers Guide. You might even find
it useful since you're using Access 97.

http://www.fmsinc.com/tpapers/97classes/
Nov 13 '05 #3
rkc
MLH wrote:
I'm new to A97 - moving up from Access 2.0 and Access Basic.
Would like to build a fundamental, sound understanding of class
modules. Is there a site with an example of a simplistic class module
saved as


This one has screen shots.
http://techrepublic.com.com/5100-6329_11-5031814.html
Nov 13 '05 #4
MLH
Thx, Doug. Will do.
xxxxxxxxxxxxxxxxxxxxxxxx
On Tue, 14 Jun 2005 18:26:20 -0400, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com> wrote:
Take a look at the House of Straw, House of Bricks and House of Sticks
examples at
http://msdn.microsoft.com/library/en...ionclasses.asp

While aimed at VB6, I believe most of it is applicable to Access 97.


Nov 13 '05 #5
"MLH" <CR**@NorthState.net> wrote in message
news:s7********************************@4ax.com...
I'm new to A97 - moving up from Access 2.0 and Access Basic.
Would like to build a fundamental, sound understanding of class
modules. Is there a site with an example of a simplistic class module
saved as

Another site...
http://www.members.shaw.ca/AlbertKal.../WhyClass.html

--
Joan Wild
Microsoft Access MVP
Nov 13 '05 #6
MLH wrote:
I'm new to A97 - moving up from Access 2.0 and Access Basic.
Would like to build a fundamental, sound understanding of class
modules. Is there a site with an example of a simplistic class module
saved as

I understand that Access 97's standard modules are essentially what
1.x and 2.0 global modules. I would like to study and experiment with
an Access 97 class module created in a standard module.

Thank-you.


I have a StringObj class on my site. It was meant to provide a mixture
between a string and a queue. It does not exhibit special behaviour so I
think it can function as a simple example.

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html

Nov 13 '05 #7

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

Similar topics

1
by: rdshultz | last post by:
I'm a complete newbie. Need to insert a Company logo into a database column to use later on in a check printing application. Read how to insert the pointer instead of the object into the column. ...
10
by: William Gill | last post by:
Being somewhat new to Python, and having a tendency to over complicate things in my class design, I was wondering if anyone can suggest a simple graphical or flowcharting tool that they use to...
13
by: Bijoy Naick | last post by:
My project contains multiple aspx pages. Many of these pages have code-behind that use several helper functions. Instead of copying each helper function into each aspx page, I am thinking of...
8
by: Bruce D | last post by:
I'm developing my first VB.NET application and I want to use good coding technique, but I'm a little confused about 'modules and 'classes'. I have several windows forms that have to connect to my...
9
by: Rudy | last post by:
Hello All! I'm a little confused on Public Class or Modules. Say I have a this on form "A" Public Sub Subtract() Dim Invoice As Decimal Dim Wage As Decimal Static PO As Decimal Invoice =...
22
by: RSH | last post by:
Hi, I have been reading on interfaces working on samples I've run across on the web. For the life of me I cannot seem to grasp them. It appears to me that interfaces are simply blueprints to...
0
by: nandar | last post by:
Hi All, I am involved in migratinig one of the MS Access Project to ASP.Net and SQL Server 2000. My question here is that how Modules and Class Modules (MS Access) can be taken care in ASP.Net. To...
13
by: André | last post by:
Hi, i'm developping asp.net applications and therefore i use VB.net. I have some questions about best practises. According what i read about class and module and if i understand it right, a...
10
by: stonny | last post by:
I read the following sentence from a c++ website, but can not understand why. can anyone help me with it? " An important detail to keep in mind when debugging or implementing a program using a...
0
by: bettatronic | last post by:
The goal : to have class which is able to add some OLE objects on the sheet runtime. Instances of the class must be accessible from any public/private module. Okay, I've experimented for so long &...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.