E
EarlCPhillips
An activity table contains the date, start and end times and number of
volunteers scheduled on that date and time. I want to read these in date and
time order and then populate an array with how many are scheduled on a given
day at a given hour, e.g. 8AM--10, 9AM--22, 10AM--28, 11AM--42, 12PM--10,
etc. giving a cumulative total of volunteers for a given time on a given date
so managers do not schedule more than can be supervised. Have connection
defined and attempt to open. It tells me "Cannot start your application. The
workgroup information file is missing or opened exclusively by another user."
How do I get it to open and allow me to read one record at a time within a
VB6 window?
volunteers scheduled on that date and time. I want to read these in date and
time order and then populate an array with how many are scheduled on a given
day at a given hour, e.g. 8AM--10, 9AM--22, 10AM--28, 11AM--42, 12PM--10,
etc. giving a cumulative total of volunteers for a given time on a given date
so managers do not schedule more than can be supervised. Have connection
defined and attempt to open. It tells me "Cannot start your application. The
workgroup information file is missing or opened exclusively by another user."
How do I get it to open and allow me to read one record at a time within a
VB6 window?