Hi ther.
I have table to register some informatinos, and i want to manage times.
Example: In my table i have DateInformations, TimeInformations, TimeSuite and TimeArrived.
I want to stop user entering less TimeSuite than TimeInformations and less TimeArrived than TimeSuite.
If TimeSuite < TimeInformations Then
MsgBox "Blla blla!", vbInformation, "Blla..."
Cancel = True
Me!TimeSuite.SetFocus
This code fork fine but, if i have time informations 23:30 and TimeSuite 00:05 not working. How can combine with date information and date (Now), or any other idea.
Thanks in help.
I have table to register some informatinos, and i want to manage times.
Example: In my table i have DateInformations, TimeInformations, TimeSuite and TimeArrived.
I want to stop user entering less TimeSuite than TimeInformations and less TimeArrived than TimeSuite.
If TimeSuite < TimeInformations Then
MsgBox "Blla blla!", vbInformation, "Blla..."
Cancel = True
Me!TimeSuite.SetFocus
This code fork fine but, if i have time informations 23:30 and TimeSuite 00:05 not working. How can combine with date information and date (Now), or any other idea.
Thanks in help.
Last edited: