Search results

  1. P

    How to evaluate a string containing column names?

    In a MS-Access 2016 DB VBA, I have the following: 1: A table T 2: an expression containing References to table T fields like the following one > len([Codice Fiscale]) < 16 3: an eval function > eval ("len([Codice Fiscale]) < 16") correctly returning 'Impossible to find the name [Codice...
  2. P

    Question How to set conditional formatting for a field just once?

    Well, this is my first post in this forum. I have a medium complex database, in Access 2019, with more than 100 tables, a lot of relationships and, of course, a large set of forms and reports. Those forms and reports often uses the same fields from the same tables. Just as a sample, I have a...
Back
Top Bottom