Search results

  1. D

    findrecord problem

    Eureca! The problem is solved, Many Thanks to tvanstiphout ,and especially Gasman with the right code to do the job. This forum is priceless! I give here the code that works like a charm for me: Private Sub voorletter_Click() Dim reeksletter As String Dim rst As Recordset reeksletter =...
  2. D

    findrecord problem

    Can somebody help me please! I have two forms on my screen. One containing all the letters of the alphabet (in separate fields), and a second contains a list of names in alphabetical order. How do I jump to the first record in the second form whose first letter = the letter selected in the first...
  3. D

    Listing the forms in my database

    Thanks for the very fast answer. It helped me a lot. Can i do something simular with the reports?
  4. D

    Listing the forms in my database

    Hello everybody! I have a problem in listing all the forms in my database. Can anybody help me making this?
Back
Top Bottom