Windows 7
I'm sure this is a simple VBA Gramer problem.
I am attempting to update a table.
Below is the code and I'm getting the error on the line BOM("Level") = 1, Line 21. I'm sure lines 22, 25, and 27 will have the same issue.
Code:
Private Sub CB_RunQueryPrintReport_Click() Dim stDocName As String Dim Filename As String
Leave a comment: