Search results

  1. D

    Check boxes - Access 2002

    Hi, I have a form with 14 checkboxes on it. Currently I have a lot of If...Then...Else code behind each AfterUpdate event of the check boxes to perform appropriate action. I would like to centralise this code in the form module and use Select cases to do the same. So far I have this code which...
  2. D

    Access 2002 - which button was clicked?

    Hi all, maybe I am going about this the wrong way, if so I would appreciate some advice. I have a popup form (frmSearchPubs) with a field (txtTitle) in which I enter a string to be used as the criteria for a record set to be displayed in another form. After the users enters the string they had...
  3. D

    query by form

    Query by form thanks for your kind reply Neil, the problem is that the value that the users enter in the search form can be anywhere in the title and not just at the beginning. So, if a user enters "tariff" that string can appear: tariffxxxxxxx xxxxtariffxxxx xxxxxxtariff What I am looking...
  4. D

    query by form

    Hi all, I have used queries by form before but this is a variation that I have never used before and I can't find a solution quickly. I have a form (frmFilterPublications) which I use to enter a value (txtTitle) and filter data contained in another form (frmPublications). Normally I would...
Back
Top Bottom