This is a stupid question, but I haven’t found a good answer. I have been developing Access apps for a while. I never use recordsets and rarely use text fields. I directly use the fields from my table(s) in my forms. Why does this work when everyone else uses text fields and recordsets. I would appreciate any insight as I want to make my work better. Thanks!
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Recordsets and text boxes
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Recordsets and text boxes
- This topic has 6 replies, 4 voices, and was last updated 23 years, 10 months ago.
Viewing 1 reply threadAuthorReplies-
WSRupert
AskWoody Lounger -
WScharlotte
AskWoody LoungerMay 18, 2001 at 8:02 am #1783530Any time you’re working with a query or a bound form or even a table, you’re working with a recordset, so I assume what you mean is that you haven’t worked with recordsets created in code.
Recordsets are abstract objects and it might help if you remember that. They are NOT the table or the query or the data, but they REPRESENT a set of data that can be returned from a table or query (that’s simplistic, but for these purposes it’s adequate).
So you can create a temporary instance of a set of data by creating a recordset object, and you can then read, manipulate, and even change that data and have those changes written back to the tables themselves. In effect, this is what you’re doing when you use a bound form to edit a table, but it’s also possible to do it in code and without the form and its overhead. A recordset that doesn’t have to be displayed will work much faster than one that has to be loaded and then written to the screen.
One essential use of recordsets has already been mentioned–looping through them. What makes that particularly useful is that you can loop through them, examine each record, and do something depending on the value in the record or even just stop the whole process. A query has to go through every record in its recordset and it can’t be told “just stop if you find this condition”. There is also an upper limit to how complex a query can become before it blows up entirely, although you can accomplish even more highly complex actions using recordsets.
You can get very exotic with code-created recordsets, including nesting them so that you loop through every matching record in an orders recordset for each record in the customer recordset and do something appropriate. Try that with a query. So far, SQL doesn’t include the equivalent of For Each.
You can also pass them as objects, create collections of them to pass into other code routines, and write them out to text files. Using ADO, you can disconnect them from their connection, work with them, reconnect them and update the source. Again with ADO, you can “persist” recordsets, creating a virtual table that can be put on a diskette and handed to someone who can open and edit it using appropriate code, then give it back, and you can open it and use an updatebatch command to write all the changes back to the table.
There’s an analogy of sorts in the comparative strengths of macros and modules. Macros can do some fairly sophisticated stuff, but they lack the flexibility and control inherent in code. Queries can can do some pretty complex stuff, but they lack the flexibility and control provided by a code-created recordset. In both examples, you need to understand and learn to use the more complicated option in order to do serious development in Access.
-
WSShane Sargent
AskWoody LoungerMay 18, 2001 at 7:08 pm #1783548One other quick thought: it is my understanding that queries are saved in an optimized state, recordsets are not. So, in theory, a contest between a saved query and a recordset that performs exactly the same function but is created and executed in code will see the saved query emerge victorious in terms of time to execute.
Charlotte, folks at large, would you agree?
-
WScharlotte
AskWoody LoungerMay 19, 2001 at 5:05 am #1783592Apples and oranges! You can base a recordset on a saved query. Does that make the recordset optimized?
When you are doing updates that don’t require some complex evaluation of each record, it makes sense to use a query. When that isn’t possible, then the issue of “optimized” doesn’t arise.
-
-
-
ADH
GuestMay 18, 2001 at 5:01 pm #1783543Thanks for the replies. I do understand the concepts of recordsets, but have not had the discipline to figure out the coding. Will work on that! My other question on “text boxes” refers to creating an unbound text field on the form rather than putting the actual field on the form. That is, writing the value to the table in code. Any thoughts on why this is better?
-
WScharlotte
AskWoody LoungerMay 18, 2001 at 6:38 pm #1783547It isn’t better, it simply has different uses.
If you need to write multiple records from the same form page, it is necessary. For example, if you have a survey to fill in, each question and answer could/should be a separate record in a response table instead of a field in a flat table. In order to do that, you build the form with unbound controls and use code to write a record for each answer.
It is necessary where the underlying recordset is not updateable from a bound form. For example, if you wanted to base a form on a union query, the recordset would not be updateable, but you could use it to populate ubound controls and then use code to write the entire “record” back to the appropriate table. If you use ADO, you have no choice because forms bound to ADO recordsets are not updateable. In that case, you have to navigate through the recordset and populate the form and capture edits through code using an unbound form and unbound controls.
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
I hate that AI is on every computer we have! (Awaiting moderation)
by
1bumthumb
51 minutes ago -
Windows Update says that “some settings are managed b your organization”
by
Ed Willers
55 minutes ago -
Use of Gmail rejected.
by
CBFPD-Chief115
7 hours, 13 minutes ago -
WuMgr operational questions
by
Tex265
7 hours, 57 minutes ago -
Beijing’s unprecedented half-marathon: Humans vs. humanoids!
by
Alex5723
13 hours, 1 minute ago -
New Phishing Campaign Targeted at Mac Users
by
Alex5723
2 hours, 30 minutes ago -
Backing up Google Calendar
by
CWBillow
19 hours, 28 minutes ago -
Windows 11 Insider Preview build 27818 released to Canary
by
joep517
1 day, 8 hours ago -
File Naming Conventions (including Folders)
by
Magic66
6 hours, 50 minutes ago -
Windows 11 Insider Preview Build 26100.3613 (24H2) released to Release Preview
by
joep517
1 day, 15 hours ago -
Microsoft sends emails to Windows 10 users about EOS
by
Alex5723
1 day, 2 hours ago -
Outlook 2024 importing Calendar and Contacts – FAILURE
by
Kathy Stevens
8 hours, 20 minutes ago -
Adding Microsoft Account.
by
DaveBRenn
1 day, 16 hours ago -
Windows 11 Insider Preview build 26120.3576 released to DEV and BETA
by
joep517
2 days, 16 hours ago -
Windows 11 Insider Preview Build 22635.5090 (23H2) released to BETA
by
joep517
2 days, 16 hours ago -
Windows 11 won’t boot
by
goducks25
9 hours, 8 minutes ago -
Choosing virtual machine product for Windows on Mac
by
peterb
2 days, 6 hours ago -
Rest in Peace
by
Roy Lasris
3 days, 11 hours ago -
CISA : Install Windows March 2025 Updates until April 1 or shut down PC.
by
Alex5723
8 hours, 43 minutes ago -
Google proposes users with incompatible Win 11 PCs to migrate to ChromeOS Flex
by
Alex5723
3 days, 11 hours ago -
Drivers for Epson Perfection V600 Photo – scanner
by
Bookman
3 hours, 1 minute ago -
Long Time Member
by
jackpet
3 days, 14 hours ago -
Woody Leonhard (1951–2025)
by
Will Fastie
9 hours, 51 minutes ago -
What I learned from Woody Leonhard
by
B. Livingston
3 days, 7 hours ago -
Windows Settings today
by
Simon Bisson
3 days, 22 hours ago -
Mail Merge magic in Microsoft Word
by
Peter Deegan
20 hours, 30 minutes ago -
Businesses in the crosshairs
by
Susan Bradley
2 days, 12 hours ago -
Double-row taskbar?
by
CWBillow
1 day, 4 hours ago -
Upgrading non-supported HW to Win 11
by
RetiredGeek
1 day, 13 hours ago -
Audio locks up after 15 minutes
by
WSArthurR
1 day, 13 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.