Search results

  1. H

    Outlook Contact link Q

    Hi All, Been searching the Net for a way to link outlook Contacts to access (form) which relates to the user that has opened the Database. So when they update the contacts fields in the form it updates their contacts in Outlook and no one elses. EG: John opens the database and he updates his...
  2. H

    Combo Box filter

    Had a look, close but need it to filter which this doesn't Code below is from this which i have changed Private Sub Reps_AfterUpdate() On Error Resume Next cboReps.RowSource = "Select tblrep.field1 " & _ "FROM tblrep " & _ "WHERE tblsheet1.Rep = '" & cboReps.Value & "'...
  3. H

    Combo Box filter

    Actually you maybe right on that one Cheers karl
  4. H

    Combo Box filter

    Hi All, Just after a code or way to filter client details via a combo box. Basically select combox drop down menu select the sales rep then it filters by sales rep and shows only the clients for that sales rep. I can get it to filter but it does the first client of that sales rep but not the...
  5. H

    can't get a combobox to show the value i want

    http://www.fabalou.com/Access/Forms/customcombobox.asp this website was good for me, did a 2 combo box that filters on the first one to then only show you the list from the first selection. Cheers karl
Back
Top Bottom