I have a database which contains personal information of about 1000 students and their classes. I want to transfer the student information on a class by class basis to dBase III+ files (to be used by an ancient DOS problem), each dBase III+ file contains only student info for each class. If I have 30 classes, then I should have 30 dBase III+ files. Transferring the info to dBase III+ files is no problem. What I am not sure is how can I loop through all the 30 classes so that I can produce 30 dBase III+ files? The class field is not indexed. My approach is to store all the distinct names of 30 classes into an array and then ask the Access program to loop through the array element by element, but so far without success. The failure is due to my inability to get the 30 distinct class names. Can anyone please help.
![]() |
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 |
-
List distinct field values (A2K SP3)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » List distinct field values (A2K SP3)
- This topic has 4 replies, 2 voices, and was last updated 22 years, 2 months ago.
Viewing 0 reply threadsAuthorReplies-
WSHansV
AskWoody Lounger -
WSlesoch
AskWoody LoungerMarch 20, 2003 at 8:17 am #662563Thanks for your response, Hans.
What I want is to make the process automatic. Say I have classes named 2A, 2B, 2C, and 2D, which I may not know beforehand. I want by just supplying a class name “2”, and the program will get the distinct class names 2A, 2B, 2C and 2D, and then for each distinct class, save the info into files 2A.dbf, 2B.dbf, 2C.dbf and 2D.dbf.
I am really dumb. I don’t see how the SQL statement “SELECT DISTINCT Class_Name FROM tblClass_Info” will help. Apparently I need to know the Class_Name, which I may not know, as I only know their names start with “2”. My post must have been unclear. Can you elaborate it a little, please?
-
WSHansV
AskWoody LoungerMarch 20, 2003 at 8:51 am #662565Here is a code template. Of course, you must substitute the appropriate field and table names.
Dim strChar As String Dim strClass As String Dim strFile As String Dim dbs As DAO.Database Dim rstClasses As DAO.Recordset ' Ask user for first character strChar = InputBox("Enter first character, e.g. 2") If strChar = "" Then Exit Sub ' Get class names Set dbs = CurrentDb Set rstClasses = dbs.OpenRecordset( _ "SELECT DISTINCT Class_Name FROM tblClass_Info WHERE Class_Name Like '" & _ strChar & "*'") ' Loop through recordset Do While Not rstClasses.EOF strClass = rstClasses!Class_Name strFile = strClass & ".dbf" ' Now, you have the name of the class (e.g. 2A) in strClass ' and the file name (2A.dbf) in strFile ' Insert code to export data to strFile here ... ' Move to next class rstClasses.MoveNext Loop ' Clean up rstClasses.Close Set rstClasses = Nothing Set dbs = Nothing
This code will not work in this form, you will have to adapt it to your situation. Post back if you need more help.
-
WSlesoch
AskWoody Lounger
-
-
-
Viewing 0 reply threads -

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
-
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
14 hours, 46 minutes ago -
Small desktops
by
Susan Bradley
36 minutes ago -
Totally disable Bitlocker
by
CWBillow
51 minutes ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
23 hours, 25 minutes ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
1 day, 1 hour ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
1 day, 4 hours ago -
Mystical Desktop
by
CWBillow
1 day, 4 hours ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
9 hours, 56 minutes ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
1 hour, 15 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
1 day, 19 hours ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
1 day, 22 hours ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
1 day, 20 hours ago -
What is wrong with simple approach?
by
WSSpoke36
1 day, 13 hours ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
2 days, 8 hours ago -
Location, location, location
by
Susan Bradley
22 hours, 37 minutes ago -
Cannot get a task to run a restore point
by
CWBillow
2 days, 9 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
2 days ago -
June 2025 Office non-Security Updates
by
PKCano
2 days, 20 hours ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
22 hours, 57 minutes ago -
Firefox Red Panda Fun Stuff
by
Lars220
2 days, 20 hours ago -
How start headers and page numbers on page 3?
by
Davidhs
3 days, 6 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
2 days, 9 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
3 days, 15 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
3 days, 15 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
3 days, 5 hours ago -
Firefox 139
by
Charlie
2 days, 21 hours ago -
Who knows what?
by
Will Fastie
2 days ago -
My top ten underappreciated features in Office
by
Peter Deegan
2 hours, 39 minutes ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
1 day, 9 hours ago -
Misbehaving devices
by
Susan Bradley
2 days, 11 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.