M
Mike Wilson
I am trying to conditionally format duplicated orders in my
order form
The table / form have these fields
AccountNo,OrderNo,LineNo,ProductCode,Product & QuantityOrdered
My attempt at an if statement :
If Me!LineNo and Me!ProductCode = Me!LineNo,+ 1 and Me!ProductCode then
Me!ProductName ForeColor = 255
Else:Me!ProductName Forecolor = 0
Would be grateful for any pointers
thanks
Mike
order form
The table / form have these fields
AccountNo,OrderNo,LineNo,ProductCode,Product & QuantityOrdered
My attempt at an if statement :
If Me!LineNo and Me!ProductCode = Me!LineNo,+ 1 and Me!ProductCode then
Me!ProductName ForeColor = 255
Else:Me!ProductName Forecolor = 0
Would be grateful for any pointers
thanks
Mike