Hello,
There is something very strange in access vba when you use CurrenProject.Application.Forms in a MDB library (that you reference through tools, reference menu):
CurrenProject.Application.Forms.count does return the number of forms (for example 1)
but
CurrenProject.Application.Forms.Item(0) will raise a 424 execution error !
Isn't it a serious bug in access ?
Thanks for your help.
There is something very strange in access vba when you use CurrenProject.Application.Forms in a MDB library (that you reference through tools, reference menu):
CurrenProject.Application.Forms.count does return the number of forms (for example 1)
but
CurrenProject.Application.Forms.Item(0) will raise a 424 execution error !
Isn't it a serious bug in access ?
Thanks for your help.