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

Understanding Recordsets

I am reading a book (Beginning Access 2002 VBA) and I am having a problem
understanding the use of recordsets.

Can anyone explain the value of creating recordsets or how they are
practically used?

Also, any suggestions on other VBA training. This is a decent book but I
believe that I almost need a workbook with example problems and answers to
get more hands on training.
Jan 21 '06 #1
3 2018
JEHalm wrote:
I am reading a book (Beginning Access 2002 VBA) and I am having a problem
understanding the use of recordsets.

Can anyone explain the value of creating recordsets or how they are
practically used?

Also, any suggestions on other VBA training. This is a decent book but I
believe that I almost need a workbook with example problems and answers to
get more hands on training.


A recordset is the backbone of your forms and reports. The data
displayed in a form or report comes from a recordset.

If you are a beginner, I would recommend a StepByStep book on Access.
http://www.amazon.com/gp/product/073...lance&n=283155

If you aren't willing to do the exercises this book is not worth buying.
Its not a book you simply read...to get any benefit you need to get
your hands dirty and do the examples. You get a decent foundation on
programming VBA. After that, hang out in this newsgroup and read the
threads.
Jan 21 '06 #2
Thanks, do you know any good ones for Excel VBA also. I'm very proficient in
Excel (more so than Access) but would like to incorporate VBA for Excel in my
skill set also.

salad wrote:
I am reading a book (Beginning Access 2002 VBA) and I am having a problem
understanding the use of recordsets.

[quoted text clipped - 5 lines]
believe that I almost need a workbook with example problems and answers to
get more hands on training.


A recordset is the backbone of your forms and reports. The data
displayed in a form or report comes from a recordset.

If you are a beginner, I would recommend a StepByStep book on Access.
http://www.amazon.com/gp/product/073...lance&n=283155

If you aren't willing to do the exercises this book is not worth buying.
Its not a book you simply read...to get any benefit you need to get
your hands dirty and do the examples. You get a decent foundation on
programming VBA. After that, hang out in this newsgroup and read the
threads.


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200601/1
Jan 23 '06 #3
John via AccessMonster.com wrote:
Thanks, do you know any good ones for Excel VBA also. I'm very proficient in
Excel (more so than Access) but would like to incorporate VBA for Excel in my
skill set also.
Regarding a book, no. Look for the words Excel and VBA at Amazon or
barnes and noble. However, you might want to look at various sites at
http://www.mvps.org. Ex: one link at the site is http://orlando.mvps.org/

salad wrote:
I am reading a book (Beginning Access 2002 VBA) and I am having a problem
understanding the use of recordsets.


[quoted text clipped - 5 lines]
believe that I almost need a workbook with example problems and answers to
get more hands on training.


A recordset is the backbone of your forms and reports. The data
displayed in a form or report comes from a recordset.

If you are a beginner, I would recommend a StepByStep book on Access.
http://www.amazon.com/gp/product/073...lance&n=283155

If you aren't willing to do the exercises this book is not worth buying.
Its not a book you simply read...to get any benefit you need to get
your hands dirty and do the examples. You get a decent foundation on
programming VBA. After that, hang out in this newsgroup and read the
threads.


Jan 23 '06 #4

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

Similar topics

4
by: Marco Alting | last post by:
Is it possible to INNER JOIN two recordsets in ASP? I don't mean the normal JOIN you would use with two tables, but actually join the recordsets in ASP?
2
by: Steve Marciniak | last post by:
I'm trying to display different recordsets (which are 1 field each) as columns right next to one another. For example, Recordset1 is displayed on the left hand side of the screen. Recordset2 is...
6
by: Steve Jorgensen | last post by:
I keep having problems in which ADO disconnected recordset work under some circumstances, but lose all their data at other times, having no rows or fields, though the recordset object still exists....
2
by: Pieter Linden | last post by:
The answer to this one is probably "test it yourself and find out!", but I'll ask anyway. Pursuant to my previous question - sending separate recordsets to Word using the CreateTableFromRecordset...
1
by: lakshmi | last post by:
Hi all, I recently rewrote a data intensive C++ program in C#. The C++ program was traversing 3 recordsets that were all open at the same time. I replaced those 3 recordsets with 3 .NET data...
16
by: Randy Harris | last post by:
I was inspired by the recent discussion of returning multiple recordsets to ADO from a stored procedure. (Amazed is probably more accurate). I asked about how to accomplish same with Oracle and...
4
by: mrmagoo | last post by:
I'm building a vb.net Forms project that is getting data from a SQL Server database. One of the main goals of the project is to be really responsive to events, such as textbox change events. I...
4
by: rdemyan via AccessMonster.com | last post by:
Can someone help me with creating code that will look for DAO recordsets in modules and then check to see if the recordset is also closed in the module. All of my recordsets are of the form rs*...
11
by: BeckR | last post by:
Hello - Thanks for reading my post. I am a newbie when it comes to VBA programming, but have managed to do what I need to do, until now. I have an Access 2000 database (running WinXP Pro...
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?
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...
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,...

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.