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, "") <> ""...