R
russell_a_smith
i am trying to update a database in Lotus APPROCH, it uses dbf tables. I can
open the tables in access, but need to set up some forms to add new data. I
need to validate a time feild so data is entered in 1/4 hr increments as a
decimal, ie 4.25 or 4.50.
The Approch database did this with the MOD command, but I can not get this
to work in access.
The formula was MOD(timetable.timefield/0.25)=0
so if the remainer divided by 0.25 was 0 then the data was entered ok.
Can anyone help me with this in access?
I have thought of a drop down list but data values could be upto 150hrs so a
long list!
open the tables in access, but need to set up some forms to add new data. I
need to validate a time feild so data is entered in 1/4 hr increments as a
decimal, ie 4.25 or 4.50.
The Approch database did this with the MOD command, but I can not get this
to work in access.
The formula was MOD(timetable.timefield/0.25)=0
so if the remainer divided by 0.25 was 0 then the data was entered ok.
Can anyone help me with this in access?
I have thought of a drop down list but data values could be upto 150hrs so a
long list!