Alexandersels
New member
- Local time
- Tomorrow, 00:14
- Joined
- Sep 9, 2003
- Messages
- 8
Can any-one please tell me what I did wrong when I get the next error messages after puting an object into a form.I'm currently runnuing the MS Access 2002 version.
1st message:
'The Microsoft Jet Database Engine does not recognize 'Label 2048' as a valid name of expression'
Followed by thus message:
'Microsoft Assess can't create any more controls on this form or report. If you have deleted controls from this form or report in the past, you may be able to tename the form of report and then add more controls to it'
I found the folowing Acceess 2000 code on the internet.
application.saveastext acForm, "formname", "O:\filename"
application.loadfromtext acForm, "formname", "O:\filename"
But this didn't solve the problem.
Is there a way to solve this problem. Or is my form, as I suspect, really at it's limit for number of objects.
thanks.
1st message:
Followed by thus message:
I found the folowing Acceess 2000 code on the internet.
application.saveastext acForm, "formname", "O:\filename"
application.loadfromtext acForm, "formname", "O:\filename"
But this didn't solve the problem.
Is there a way to solve this problem. Or is my form, as I suspect, really at it's limit for number of objects.
thanks.