looking for a tutorial or detailed infos on how to work with arrays??

B

Bas Cost Budde

Arrays? For a database application?

What do you think you want to do with them?
 
B

Bas Cost Budde

r0adh0g said:
Instead of using an array consider creating your own variable type:
VBA (Access 95 onwards) allows you to return an entire structure of values.
Programmers with a background in C will instantly recognize the
possibilities now that user-defined types can be returned from functions. If
you're keen, user-defined types can even be based on other user-defined
types.

Aha. And programmers with C++ knowledge may even creating Class modules,
extending the type with functions, procedures and properties.

That is definately true, but it depends quite a bit on what you want to
accomplish whether this will do much good. Code needs maintenance. Yes,
SQL code needs maintenance too.
 
C

CSmith

Hi,

That example only demonstrates how to store a SINGLE dataset, which would
not be the same as an array.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top