Hi
I'm trying to open a form in datasheet view using the following code
I keep getting a message saying
Compile Error:
Type Mismatch
and the equals sign is highlighted in my code
What have I overlooked?
I'm trying to open a form in datasheet view using the following code
Code:
Private Sub Run_Activity_Duration_Totals_Click()
DoCmd.OpenForm ("frm_Activity_Duration_Totals_25_Hours"), AcFormView = acFormDS
End Sub
I keep getting a message saying
Compile Error:
Type Mismatch
and the equals sign is highlighted in my code
What have I overlooked?