How can I write a class in Access? Any Class Example?

Y

Yuan Shao

H

Howhiareu

What's the objective? it is easy enough to create a class module in
access. In code view, find the Proect panel, then right click anywhere
in the panel and choose Insert>ClassModule

Then it is used like a class in VB
 
Top