Access Form from SQL Server

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top