I’m working on a database that requires the user to enter time in fractions such as .25, .5, .75 and whole numbers such as 1, 2, etc. They also can enter times such as: 1.25, 1.5, 1.75.
I’ve noticed that there are many entries that looks like: .254, .245, 1.78 etc. due to typo errors. Since they run reports on how many hours of contact they have had with the clients, the hours must be accurate but with the typo’s, the results look like this: 109.39459639 because one single record has .254…
Does anyone has an idea of forcing Access to accept only .25, .5 , .75, 1, 1.25, 1.5, 1.75 and so on?
I can’t exactly create a combo box because we are talking about 24 hours PLUS fractions!
TIA