ok, this is a good one..!
I have a dbase which one of my users wants to input the number of batches which are archived.
Q is which is the best way to do it?
there are 100 batches for each project.
the user wil key in to the database the batches which have been archived for example,
1,5,10-15,27-39,41,44,49,60,69,80-97.
I want to be clever though and get the dbase to analyse this string to give some summary date,
ie. total batches inputted is - etc..
is there some coding that can be used to:
a. pick up the individual batches and add them together, ie. 1,5.6,7, = 4 batches.
b. pick up the batch ranges and add them together,
i.e. ,10-15, = 6 batches.
could the comma be used as seperator? or the VB code?
I am not sure if this can be done, but my other option is 100 checkboxes which is lunacy!
any help would be great. and most appreciated!
John
I have a dbase which one of my users wants to input the number of batches which are archived.
Q is which is the best way to do it?
there are 100 batches for each project.
the user wil key in to the database the batches which have been archived for example,
1,5,10-15,27-39,41,44,49,60,69,80-97.
I want to be clever though and get the dbase to analyse this string to give some summary date,
ie. total batches inputted is - etc..
is there some coding that can be used to:
a. pick up the individual batches and add them together, ie. 1,5.6,7, = 4 batches.
b. pick up the batch ranges and add them together,
i.e. ,10-15, = 6 batches.
could the comma be used as seperator? or the VB code?
I am not sure if this can be done, but my other option is 100 checkboxes which is lunacy!
any help would be great. and most appreciated!
John