Search results

  1. D

    Show/hide fields on a form.

    Hello all. Is it possible to show and hide certain fields on a form, based on whether a check box is ticked or not?
  2. D

    ADODB Recordset Nightmare

    Hello, Can anyone help me out with my problem. The following code, that i have aquired, finds a record in a table based on the information put into a text box, then outputs the" last name" value from that row of the table. Private Sub cmdFindRecord_Click() Dim adoRst As ADODB.Recordset Dim...
Back
Top Bottom