Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Arrays 1

Status
Not open for further replies.

nolpak

Technical User
Dec 29, 2000
21
0
0
US
What is the maximum size array one can create in Access? How many Arrays can be used at the same time?
Could one create simultanmeously active arryays holding strings of length 13 and have arrays of size 2,4,8,16,32,64,128,256,512,1024,2048,4096,
8192,16384,32768,65536 simultaneously exist and be addressable?
 
I don't think there is a practical limit(except the computer's memory) to the number of arrays. There is a limit to the number of levels each array can have. Certainly, Access can handle this number of Arrays with those dimensions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top