incompetence
Registered User.
- Local time
- Today, 03:39
- Joined
- Aug 30, 2008
- Messages
- 11
Hi,
sometimes it is useful to display calculated values of an array in a list form. Right now I am using a dummy "index" table with values 1....X,
an these values are used to generate a string -return value from a function. This function is placed in the second field of a query. This query is then the data source for the form.
Is there an easier way to make a VBA array the data source for a form?
sometimes it is useful to display calculated values of an array in a list form. Right now I am using a dummy "index" table with values 1....X,
an these values are used to generate a string -return value from a function. This function is placed in the second field of a query. This query is then the data source for the form.
Is there an easier way to make a VBA array the data source for a form?