L
liz
In the following code:
EndDate = rsCompleteEpisodes![End]
rsCompleteEpisodes.MovePrevious
rsCompleteEpisodes![End] = EndDate
If the the date in rsCompleteEpisodes![End} is null I get
an error
Run-time error '94'
Invalid use of Null
I do need to pass this null date back to the previous
record - any ideas?
EndDate = rsCompleteEpisodes![End]
rsCompleteEpisodes.MovePrevious
rsCompleteEpisodes![End] = EndDate
If the the date in rsCompleteEpisodes![End} is null I get
an error
Run-time error '94'
Invalid use of Null
I do need to pass this null date back to the previous
record - any ideas?