B
Bill Willyerd
I was appointed to change an existing Access db and forms to a Web
based system. I have upsized the db and instead of rewriting the
forms that have been used for working the data, I thought I would just
reuse them, cept I didn't write them and don't know much about Access
forms. So now...
I get the following error:
'The expression On Open you entered as the event propert setting
produced the following error:
User-defined type not defined.
* The expression may not result in the name of the macro, the name of
a user-defined function, or [Event Procedure].
* There may have been an error evalulating the functio, event, or
macro.'
I have narrowed down my errors (I think) to this little bugger here,
so how would I rewrite the following:
Private Sub Form_Open(Cancel As Integer)
Me![txtIndivNoParam] = "*"
So, any help would be appreciated!
Thanks
Bill
based system. I have upsized the db and instead of rewriting the
forms that have been used for working the data, I thought I would just
reuse them, cept I didn't write them and don't know much about Access
forms. So now...
I get the following error:
'The expression On Open you entered as the event propert setting
produced the following error:
User-defined type not defined.
* The expression may not result in the name of the macro, the name of
a user-defined function, or [Event Procedure].
* There may have been an error evalulating the functio, event, or
macro.'
I have narrowed down my errors (I think) to this little bugger here,
so how would I rewrite the following:
Private Sub Form_Open(Cancel As Integer)
Me![txtIndivNoParam] = "*"
So, any help would be appreciated!
Thanks
Bill