Search results

  1. EleanorG

    Message box shows twice

    I have a search form...with a list box.. If there are no results - the message box comes up If there are results - the message box comes up I am totally bumfuzzled - Private Sub cmdSearch_Click() Me.Found.RowSource = "qrySearch" Me.Found.Visible = True If...
  2. EleanorG

    Sorting

    I am trying to sort Library of Congress call numbers. I have broken them down into individual fields such as HD - alpha 32 - numeric B - alpha 32 - numeric [herein lies the problem] this is a number that needs a decimal at the beginning in order for this line to sort...
  3. EleanorG

    Form/Subform Update Field

    I would like to put an updated date field on either my main form [Title] or the subform [Status] that reflects any changes in EITHER..if I put it on the form it only reflects the form changes and on the subform only the subform changes...I know it goes on the beforeupdate...I don't know what I'm...
  4. EleanorG

    Search Query

    I have a search form...it searches for titles in a title field on my main form. I want to get all entries that include "cat" but I'm getting cattle, certificate, etc. I use the - Like "*" & [Enter Title] & "*" because I also want to search dog and get dogs. Is there a way around this. [This...
Back
Top Bottom