Search results

  1. T

    Solved This recordset is not updateable

    Thanks isladogs, that's fixed it :) Simply changed Record Locks to "No Locks" under the property sheet.
  2. T

    Solved This recordset is not updateable

    Trying to avoid re-creating the form, but I'll give that a go. Thanks.
  3. T

    Solved This recordset is not updateable

    Thanks, but it's not solved it. Still unable to amend records, even using the code you provided :(
  4. 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...
  5. T

    Using "IsNull" with multiple data sources

    That seems to have worked! Thank you so much!
  6. 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...
Top Bottom