I need to know how to write code that will supress data in my detail tab.
The checkbox does not work as i need it to work. I need some fields to display dispite being duplicates, but only when certain parameters are met.
example (idea):
if (table.field) = ' ' then
table.otherfield) = supress
else
table.otherfield = not_supress
end if
The checkbox does not work as i need it to work. I need some fields to display dispite being duplicates, but only when certain parameters are met.
example (idea):
if (table.field) = ' ' then
table.otherfield) = supress
else
table.otherfield = not_supress
end if