Obviously, I was not clear enough. The file contains the date, arrival time,
departure time and number of volunteers scheduled for that time period. I
have managed to collect all the data in a 25 X 60 array, (date plus 24
half-hour time periods showing the total number of volunteers scheduled for a
given time period for the next sixty dates starting from today). I want to
display this for the user so they do not accidently schedule too many
volunteers for a given time period, e.g. more than the staff can supervise.
The question is, can I display the array on a form or must I write it to a
table, display the table and delete the table when they are through. They
take new schedules for volunteers throughout the day and this could be called
up 10 to 15 times a day. Thanks for your efforts.
--
Trying To Feed The Hungry
"TC" wrote:
> You don't need arrays to display table data in Access. So it seems to
> me that you are probably starting from the wrong baseline. It's like,
> "I've filled my car's gas tank with water. Now how do I start it?" :-)
>
> Lets' go back to the start. You say you have a table containing:
> - start time
> - end time
> - number scheduled
>
> >From that data, you want to know "how many vols will be here at a given
> time on a given day".
>
> (1) What is a "vol"? How does it relate to "number scheduled"?
>
> (2) Are the start time & end time values really just times? Or do they
> include *dates* as well? If not, how can you relate the information to
> any particular day?
>
> HTH,
> TC (MVP Access)
> http://tc2.atspace.com
>
>