Hey
I am making a table in which I have to record times if a sample was found at a certain time.
I have the following fields
Date
Room/Location
NumberOfTimes
Chest
LeftFinger
RightFinger
LeftWrist
RightWrist
LeftForearm
RightForearm
Right now, the default value in all the body locations is "0". The thing is, when they do find a sample, they will change the 0 to however many they found, but then I want another field that would be like:
ChestTime
LeftFingerTime
RightFingerTime
etc..
What I wanted to do was, make it required for them to enter a value in the chesttime, leftfingertime, etc fields if the value in the corresponding chest, leftfinger, field was not 0.
How do I do this?
I am making a table in which I have to record times if a sample was found at a certain time.
I have the following fields
Date
Room/Location
NumberOfTimes
Chest
LeftFinger
RightFinger
LeftWrist
RightWrist
LeftForearm
RightForearm
Right now, the default value in all the body locations is "0". The thing is, when they do find a sample, they will change the 0 to however many they found, but then I want another field that would be like:
ChestTime
LeftFingerTime
RightFingerTime
etc..
What I wanted to do was, make it required for them to enter a value in the chesttime, leftfingertime, etc fields if the value in the corresponding chest, leftfinger, field was not 0.
How do I do this?