Fundamentals

Neal

Registered User.
Local time
Today, 00:06
Joined
Feb 17, 2000
Messages
116
The nice thing about Access is that you don't need to know DB fundamentals.
The bad thing about Access is that you don't need to know DB fundamentals.

How do I populate an array with data from a table?

Say my table has three fields: Name, Date and Time. How do I put that information in the array?
 
Look up GetRows in help and see if that is what you want.
 
Yes, Pat, that does the trick.
 

Users who are viewing this thread

Back
Top Bottom