Search results

  1. H

    Datasheet form filter combo box with specific value and blanks

    Hi i have a subform that is a datasheet view and i want to filter the records that have "Adam" as the value plus the records that are blank in the same field. Private Sub Check45_Click() If Me.Check45.Value = True Then Me.NotEmptySubform.Form.Filter = "CTGOPP = 'Adam'" Or CTGOPP IsNull...
  2. H

    Update subform based on main form combo box

    Hi hoping someone can help. I have a main form with a combo box on the main form with 3 options Shanghai, Ningbo, Qingdao A sub form with a combo box from an imbedded query with multiple columns Vessel, Voyage, ETA, ETDShanghai(Column3) , ETDNingbo(Column4), ETDQingdao(Column5). These date...
  3. H

    Split Database

    I have a database that i split to be located on my work server it has worked for months now all of a sudden I am getting a message on some computes accessing the database saying could not use\......\jobflowaccdb;file already in use. I have noticed that on each desktop their is now a locked file...
Top Bottom