I have a DB that has immunization shot dates. There are 1 - 12 rows with 1 - 8 columns each. The rows are filled left to right with the name of the immuniztion and the columns value being a date the shot was given.
Not all row (immunizinations)entries or columns (dates shot given) are filled.
I need to count the number of fields in a column that have a date and post the last column's value and the number of that field.
POLIO HIP HEP B MMR VARICELL DTP
flda1 fldb1 fldc1 fldd1 flde1 fldf1
flda2 fldb2 fldc2 fldd2 flde2 fldf2
flda3 fldb3 fldc3 fldd3 flde3 fldf3
flda4 fldb4 fldc4 fldd4 flde4 fldf4
flda5 fldb5 fldc5 fldd5 flde5 fldf5
flda6 fldb6 fldc6 fldd6 flde6 fldf6
flda7 fldb7 fldc7 fldd7 flde7 fldf7
flda8 fldb8 fldc8 fldd8 flde8 fldf8
I don't know how to make access each row/column in an array.
Not all row (immunizinations)entries or columns (dates shot given) are filled.
I need to count the number of fields in a column that have a date and post the last column's value and the number of that field.
POLIO HIP HEP B MMR VARICELL DTP
flda1 fldb1 fldc1 fldd1 flde1 fldf1
flda2 fldb2 fldc2 fldd2 flde2 fldf2
flda3 fldb3 fldc3 fldd3 flde3 fldf3
flda4 fldb4 fldc4 fldd4 flde4 fldf4
flda5 fldb5 fldc5 fldd5 flde5 fldf5
flda6 fldb6 fldc6 fldd6 flde6 fldf6
flda7 fldb7 fldc7 fldd7 flde7 fldf7
flda8 fldb8 fldc8 fldd8 flde8 fldf8
I don't know how to make access each row/column in an array.