M
Michael N
I am strugling creating a module that I can call as a
function to count blank fields in a table.
Table:
id, Name, date, location, Diagnosis.
In the table, that is a linked table generated by another
program, if a person has more than one diagnosis but the
other fields are the same they are left blank.
example
1 Dave Smith 09/01/2004 ER broken leg
2 Broken Foot
3 Broken Toe
I need the function to count that 2 rows are empty for any
given field. so Name for ID 2 and 3 should be Dave smith
but it is null.
I have tried many differnt looping functions, but can not
seem to get it to return a number I can use (2 in the
above example)
Any help would be appreciated.
function to count blank fields in a table.
Table:
id, Name, date, location, Diagnosis.
In the table, that is a linked table generated by another
program, if a person has more than one diagnosis but the
other fields are the same they are left blank.
example
1 Dave Smith 09/01/2004 ER broken leg
2 Broken Foot
3 Broken Toe
I need the function to count that 2 rows are empty for any
given field. so Name for ID 2 and 3 should be Dave smith
but it is null.
I have tried many differnt looping functions, but can not
seem to get it to return a number I can use (2 in the
above example)
Any help would be appreciated.