Hi All
I also have a further query with regards to reading from tables. I have a table called works order. In it there are 3 fields that need checked and updated.
First field is workscompletion (Yes/No).
Second field is costed (Yes/No).
Third field is costeddate (Date).
I want to read through the works order table and check to see if workscompletion is a "tick"(-1) and costed is a (0). If both these conditions are met then set costed = -1 and costeddate equal to todays date.
KR
NC.
I also have a further query with regards to reading from tables. I have a table called works order. In it there are 3 fields that need checked and updated.
First field is workscompletion (Yes/No).
Second field is costed (Yes/No).
Third field is costeddate (Date).
I want to read through the works order table and check to see if workscompletion is a "tick"(-1) and costed is a (0). If both these conditions are met then set costed = -1 and costeddate equal to todays date.
KR
NC.