stillwillyboy
Technical User
In my jobs table, I have fields for Cust#, Job#, Step#, (which is just an ID number for data entry), StepCode (which is a two letter code determining how the step is paid), Units and some other info
I am wanting it so that the user MUST enter some number of Units if the StepCode is PR and CANNOT enter Units if the StepCode is anything else.
Does this IF…Then statement go into the table property for the Units or does it go in the UI as a constraint?
TIA,
Bill