What if I wanted to use !Customers as a paramater for some function, but its possible that the table does not contain that particular field?
example
with rst
' some code
value = someFunction (param1, param2, !Customers)
end with
However, sometimes !Customers is not part of rst in every...