Galera, boa tarde!
Por favor, me ajudem com esse código... ele não quer rodar...
Public Function fncturno() As Date
a = #5:59:59 AM#
b = #3:00:00 PM#
c = #9:56:59 PM#
d = #9:57:00 PM#
e = #11:40:00 PM#
With CodeContextObject
hr = Time()
End With
ghora = hr
If ghora > a And ghora <= b Then
fncturno = "A"
End If
If ghora > b And ghora < c Then
fncturno = "B"
End If
If ghora > e And ghora < a Then
fncturno = "C"
End If
If ghora > c And ghora < e Then
fncturno = "BC"
End If
End Function
A ideia e conforme a a string que fncturno recebe a fonte de registro do formulario mude. Aparece um erro onde esta colorido de vermelho e ghora é um variavel global.
Agradeço desde já!
Por favor, me ajudem com esse código... ele não quer rodar...
Public Function fncturno() As Date
a = #5:59:59 AM#
b = #3:00:00 PM#
c = #9:56:59 PM#
d = #9:57:00 PM#
e = #11:40:00 PM#
With CodeContextObject
hr = Time()
End With
ghora = hr
If ghora > a And ghora <= b Then
fncturno = "A"
End If
If ghora > b And ghora < c Then
fncturno = "B"
End If
If ghora > e And ghora < a Then
fncturno = "C"
End If
If ghora > c And ghora < e Then
fncturno = "BC"
End If
End Function
A ideia e conforme a a string que fncturno recebe a fonte de registro do formulario mude. Aparece um erro onde esta colorido de vermelho e ghora é um variavel global.
Agradeço desde já!