cath_hopes
Registered User.
- Local time
- Today, 14:40
- Joined
- Oct 17, 2007
- Messages
- 52
Hi there!
I'm new to reports and want to create some report versions of the forms I've already created. My forms all have quite a bit of VBA behind them.
To create a report, I've copied a form and re-saved it as a report object type. The VBA behind looks exactly like that of the original form however. Should I be doing something like changing the word 'Form' when it appears to 'Report'? For eg. Should I change:
Sub Form_Load()
On Error GoTo Form_Load_Err
to:
Sub Report_Load()
On Error GoTo Report_Load_Err
??
Thanks in advance for your help,
Catherine
I'm new to reports and want to create some report versions of the forms I've already created. My forms all have quite a bit of VBA behind them.
To create a report, I've copied a form and re-saved it as a report object type. The VBA behind looks exactly like that of the original form however. Should I be doing something like changing the word 'Form' when it appears to 'Report'? For eg. Should I change:
Sub Form_Load()
On Error GoTo Form_Load_Err
to:
Sub Report_Load()
On Error GoTo Report_Load_Err
??
Thanks in advance for your help,
Catherine