B
Bob Barnes
Is Error -2147352567
Have code trying to populate aun unbound text box on "Report_Open".
The code starts like...
Private Sub Report_Open(Cancel As Integer)
Select Case Forms![frm_Emission Calculations]!cboMonth
Case 1
TheMonth = "JAN"
In this Case, Forms![frm_Emission Calculations]!cboMonth = 1...the code
fails at
TheMonth = "JAN"
Ideas?
TIA - Bob
Have code trying to populate aun unbound text box on "Report_Open".
The code starts like...
Private Sub Report_Open(Cancel As Integer)
Select Case Forms![frm_Emission Calculations]!cboMonth
Case 1
TheMonth = "JAN"
In this Case, Forms![frm_Emission Calculations]!cboMonth = 1...the code
fails at
TheMonth = "JAN"
Ideas?
TIA - Bob