mikematthys
New member
- Local time
- Yesterday, 16:16
- Joined
- Jan 24, 2019
- Messages
- 7
I have a subform (continious form) with 7 fields that have 2 conditional formats, when i enter these formats the db start randomly crashing, like 3 times it open well 4 the time it crashes etc .. it once crashed that hard that all my files in the db got deleted. what am i doing wrong ?
conditions below,
datumv looks as follow : 08:15 - 15:30 (start and endtime)
condition 1
(TimeValue(Left([datumv];5))>#15:15:00# And [datumv] Is Not Null And TimeValue(Left([datumv];5))<#17:15:00#) Or (TimeValue(Mid([datumv];9;5))>#15:15:00# And [datumv] Is Not Null And TimeValue(Mid([datumv];9;5))<#16:59:00#)
condition 2
(TimeValue(Left([datumv];5))<#17:15:00# And [datumv] Is Not Null And [datumv] Not In ('.';' - ') And TimeValue(Left([datumv];5))>=#15:15:00#) Or (TimeValue(Left([datumv];5))<#17:15:00# And [datumv] Is Not Null And [datumv] Not In ('.';' - ') And TimeValue(Left([datumv];5))>=#07:00:00# And TimeValue(Mid([datumv];9;5))>#15:15:00#)
is it going out of the limits of what you can do with conditional formatting or is there an error in it that i overlooked
Anyone who can gimme a hand with this ?
Mike
conditions below,
datumv looks as follow : 08:15 - 15:30 (start and endtime)
condition 1
(TimeValue(Left([datumv];5))>#15:15:00# And [datumv] Is Not Null And TimeValue(Left([datumv];5))<#17:15:00#) Or (TimeValue(Mid([datumv];9;5))>#15:15:00# And [datumv] Is Not Null And TimeValue(Mid([datumv];9;5))<#16:59:00#)
condition 2
(TimeValue(Left([datumv];5))<#17:15:00# And [datumv] Is Not Null And [datumv] Not In ('.';' - ') And TimeValue(Left([datumv];5))>=#15:15:00#) Or (TimeValue(Left([datumv];5))<#17:15:00# And [datumv] Is Not Null And [datumv] Not In ('.';' - ') And TimeValue(Left([datumv];5))>=#07:00:00# And TimeValue(Mid([datumv];9;5))>#15:15:00#)
is it going out of the limits of what you can do with conditional formatting or is there an error in it that i overlooked
Anyone who can gimme a hand with this ?
Mike