Search results

  1. A

    Building a Search Form

    I'm using code from a sample searchform.db example that was given to me on this thread so...I'm not sure how the code is supposed to work. I've modified it, based on what I think it should be but....I'm still having problems. Also, I'm not quite clear on how to comment out the filters (check...
  2. A

    Building a Search Form

    Option Compare Database Option Explicit Private Sub btnClear_Click() Dim intIndex As Integer ' Clear all search items Me.txtFirstName = "" Me.txtLastName = "" Me.txtState = "" Me.txtCondition = "" Me.cboJobCode = 0 Me.cboDepartment = 0 End Sub Private Sub...
  3. A

    Building a Search Form

    I can post the db but, I can post the vba code that I'm using...if that will help.
  4. A

    Building a Search Form

    PLEASE HELP!!!!! I've been trying to get my search form to work and I am completely STUCK!!! I reviewed the dbsearchform example and modified it to use in my search form but, the code that is used on the combo boxes is not working for me. On the dbsearchform example, part of the code for one...
  5. A

    Building a Search Form

    Thank you for this link. I reviewed the dbsearchform example and it is exactly what I'm looking for. I modified my search form, based on the example but, I can't get it to work.
  6. A

    Building a Search Form

    Thx...I've already read through this one and tried to use it but, it didn't work for me.
  7. A

    Building a Search Form

    I've created a form, with multiple combo boxes, to select choices that will display a list data results based on my selections in a datasheet format. When I make my selections and click on the "Add Filter" button (which I've created on my search form)...nothing happens...I get no data...
  8. A

    New Access Member

    Thank you...glad to be a part of the Access Forum Community.
  9. A

    New Access Member

    Greetings to All, I've been using Access since 2000. I'm mostly familiar with the versions from 2000 and 2003 because I held positions that required me to utilize the app for data management, which was not really known when I started using Access....everyone was Excel driven. Today, I am...
Back
Top Bottom