G
Guest
Hello everyone,
I created a Access db when I was on MS Office 2000. Upgrading to 2003 was
painless, but now that I upgraded to 2007 all of a sudden my coding won't run
anymore.
I get a runtime 2447 error.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Len([Text71]) > 4 Then ##this is the first error line
[Text71].FontSize = 5
Else
[Text71].FontSize = 9
End
This was never a problem before upgrading, at that point the code worked and
hasn't changed since.
What am I overlooking???
I created a Access db when I was on MS Office 2000. Upgrading to 2003 was
painless, but now that I upgraded to 2007 all of a sudden my coding won't run
anymore.
I get a runtime 2447 error.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Len([Text71]) > 4 Then ##this is the first error line
[Text71].FontSize = 5
Else
[Text71].FontSize = 9
End
This was never a problem before upgrading, at that point the code worked and
hasn't changed since.
What am I overlooking???