J
John
I need help opening a form that is automaticall parked on the first null
value of a select group of fields. I have tried:
DoCmd.OpenForm "frmActMapUpDte", acNormal, , "IsNull(JVID)", acFormEdit,
acWindowNormal
This works, but it FILTERS the record set to just JVID is null. I would
like to just Find the first occurance of JVID that is null, allow the user to
update the value, use the next or previous control, then click a "Find Next"
command button on the form to go to the next null value.
To complicate matters, there are several null values I need to find. I need
to find records that are:
IsNull(JVID) or IsNull(OwnIni) or IsNull(Srt1) or IsNull(Srt2) or
IsNull(Srt3) or IsNull(Srt4)
Any help would be greatly appreciated.
value of a select group of fields. I have tried:
DoCmd.OpenForm "frmActMapUpDte", acNormal, , "IsNull(JVID)", acFormEdit,
acWindowNormal
This works, but it FILTERS the record set to just JVID is null. I would
like to just Find the first occurance of JVID that is null, allow the user to
update the value, use the next or previous control, then click a "Find Next"
command button on the form to go to the next null value.
To complicate matters, there are several null values I need to find. I need
to find records that are:
IsNull(JVID) or IsNull(OwnIni) or IsNull(Srt1) or IsNull(Srt2) or
IsNull(Srt3) or IsNull(Srt4)
Any help would be greatly appreciated.