Recent content by edd

  1. E

    Reference recordset field name with VBA

    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...
Back
Top Bottom