FormInfo Object

  • Thread starter Thread starter news
  • Start date Start date
N

news

FormInfo Class? I'm reading the book Access 2002 Developer's Handbook and
in chapter 8 there is this example:

dim mfi as FormInfo
set mfi = new FormInfo
set mfi.form = me

I cannot replicate this example in my access.
 
Hi,
This will be a custom class that you have to create in order to use.
I'm sure the book has the code for it.
 
Ah, now that rings a bell - I don't have the 2002 edition of the ADH, but if
I remember correctly I think it was in the 2000 edition too. As Dan says
elsewhere in this thread, it's a custom class. The code is probably in the
book somewhere, and it will also be on the CD that comes with the book if
you don't feel like typing it in yourself.
 

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

Back
Top