Search results

  1. A

    order of records in report deviates from order of records in form

    Hello everybody. I’ve got the following issue with my report: The order of the records displayed in my report deviates form the order of the records displayed in my subform. There are a couple of things I’ve already tried, but as I am not a native speaker of English I would not be able to...
  2. A

    Display the number of results of a query

    Hello everybody, I have a search form, which works with the following code (wasn't written by me). If the search was successful, a new form pops up displaying the matching data. Private Sub Befehl33_Click() 'Suche starten Dim rst As DAO.Recordset Dim ctl As Control Dim...
  3. A

    how to highlight search keywords in results form?

    Hi everybody, I’ve been tasked with improving a database, which includes a search form. The code of the search form reads as follows: Private Sub Command_Go_Click() Dim strSearch As String Dim strSQL As String Dim strMatches As String Dim rst As DAO.Recordset Dim fld...
  4. A

    detailed question regarding special search form for access 2003

    Hi everybody, First of all, a word of warning, my knowledge of MS Access is severely limited, please bear with me. I’m working for a company during my university summer break. I have been tasked with creating a database (thank god my boss doesn’t want anything fancy) for storing the minutes...
Back
Top Bottom