Hi,
I need some assistance with the following:
I have the following fields:
DATE IDENT_NO UNIT_ID LOG_CLEAR
Ident_No is a string and Unit_ID is numeric. Log_Clear is a date-time field.
I would like to run a report which returns those rows where Log_Clear is null.
IsNull ({ident.Log_Clear}) does this for me except I have the following problem:
Records can share the same IDENT_NO but have different Unit_ID and where there is more than one Unit_ID sometimes only one Log_Clear time is recorded, sometimes there may be multiple Unit_ID but the number which record a Log_Clear time varies.
Example of some data:
DATE IDENT_NO UNIT_ID LOG_CLEAR
1/04/04 4456-B 5889 01/04/2004 22:59:59
1/04/04 4456-B 5890
1/04/04 4456-B 5824
I have been asked to run a report which will identify those records that have only one IDENT_NO, one Unit_ID and does not record a Log_Clear time.
Eg:
DATE IDENT_NO UNIT_ID LOG_CLEAR
1/04/04 4492-B 5770
Any help would be appreciated.
Cheers,
Drepso
I need some assistance with the following:
I have the following fields:
DATE IDENT_NO UNIT_ID LOG_CLEAR
Ident_No is a string and Unit_ID is numeric. Log_Clear is a date-time field.
I would like to run a report which returns those rows where Log_Clear is null.
IsNull ({ident.Log_Clear}) does this for me except I have the following problem:
Records can share the same IDENT_NO but have different Unit_ID and where there is more than one Unit_ID sometimes only one Log_Clear time is recorded, sometimes there may be multiple Unit_ID but the number which record a Log_Clear time varies.
Example of some data:
DATE IDENT_NO UNIT_ID LOG_CLEAR
1/04/04 4456-B 5889 01/04/2004 22:59:59
1/04/04 4456-B 5890
1/04/04 4456-B 5824
I have been asked to run a report which will identify those records that have only one IDENT_NO, one Unit_ID and does not record a Log_Clear time.
Eg:
DATE IDENT_NO UNIT_ID LOG_CLEAR
1/04/04 4492-B 5770
Any help would be appreciated.
Cheers,
Drepso