Search results

  1. F

    Continuous form Button to Open Specific Record

    Hello. I have a continuous form with an open button on each record that will open the details for the record listed. I am using the following code onthe event that the button is clicked: >> Private Sub Command177_Click() Dim LName As Variant Dim Last As Variant If Nz(Me!Last, "") <> ""...
  2. F

    Continuous form Button to Open Specific Record

    Hello. I have a continuous form with an open button on each record that will open the details for the record listed. I am using the following code onthe event that the button is clicked: >> Private Sub Command177_Click() Dim LName As Variant Dim Last As Variant If Nz(Me!Last, "") <> ""...
Back
Top Bottom