Search results

  1. M

    recordset is not updatable problem

    I have two forms, both allow for the user to filter the records with two unbound fields. The first is a search form - a multi form set up where they can search through a list of clients and then click a button to pull up the maintenance form - a much more detailed tabulated form which has one...
  2. M

    Strange Behavior with Form Filter Fields

    I'm seeing some strange behavior with form filter fields that are set. I am trying to get the behavior to occur consistently but not always succeeding. I have a form with two fields in the header meant for filtering the form data - SelectAtty and SelectClient. The query under the form is...
  3. M

    replacing an empty string with a null value

    I have a module that creates records into a contacts table in my access database. When there is no data in the field from outlook, the data is populated as an empty string "" instead of a null value, creating problems with subsequent queries and processes. I'd like to create the data as a null...
  4. M

    Access Outlook Integration using LastModificationTime

    I am programmatically importing Outlook into Access and I want to restrict it to only those contacts that have been updated since the last import. My program has some date conversion or syntax flaw that I can't figure out. The important parts below... DateStart = #1/1/1900# DateStart =...
Back
Top Bottom