G
Guest
Dim rs As Recordse
Dim sql As Strin
Private Sub Form_Activate(
Set rs = CurrentDb.OpenRecordset("SELECT * FROM Employee ORDER BY LastName"
End Su
I am trying to run this query when the form is opened, but the error I get is that there is a type mismatc
Dim sql As Strin
Private Sub Form_Activate(
Set rs = CurrentDb.OpenRecordset("SELECT * FROM Employee ORDER BY LastName"
End Su
I am trying to run this query when the form is opened, but the error I get is that there is a type mismatc