Even thought I AM Captain Database ... (!!) Fighter of the ~EviL~ data error ... (!!) ... ehemm, I am not toooo familiar with Access 'IF' functions. How would I write the following in Access (copied from another freebie datasoft')?
Test1:
IF ([GR_GT_collees] <> -99 AND [GR_GT_abimees] <> -99) THEN [GR_GT_collees] + [GR_GT_abimees] must be 0< and <300 ELSE [GR_Saines] + [GR_Parasitees] + [GT_Vides] must be 0< and <300
Test2:
IF ([GR_GT_collees] <> -99 AND [GR_GT_abimees] <> -99) THEN [GR_GT_collees] + [GR_GT_abimees] + [GR_PT] must be 0< and <400 ELSE [GR_Saines] + [GR_Parasitees] + [GT_Vides] + [GR_PT] must be 0< and <400
Test3:
IF ([GR_GT_collees] <> -99) THEN [GR_Gaines] + [GR_Vides] + [GR_Parasitees] must equal [GR_GT_collees]
Test4:
IF ([Tree] <> -99 AND [Cone] <> -99) THEN [Operation] x 10,000,000 + [Stand] x 10,000 + [Tree] x 100 + [Cone] must equal a distinct integer