Search results

  1. T

    Solved This recordset is not updateable

    Have a really simple database: - a switchboard (that opens when opening the database) - "frmAllContacts" which is a list of all the names of people in my database, with an "open" button next to each record - "frmContacts" which opens when you lick on the corresponding "open" button on the...
  2. T

    Using "IsNull" with multiple data sources

    I want query criteria to include data from multiple boxes on my form. If I use: [forms]![frmfinrep]![nominalfinal1] Or [forms]![frmfinrep]![nominalfinal2] Or [forms]![frmfinrep]![nominalfinal3] Or [forms]![frmfinrep]![nominalfinal4] Or [forms]![frmfinrep]![nominalfinal5] Or...
Back
Top Bottom