Last form

B

Bill Sweeting

can anyone tell me how to query the last formm that I have just added
Thanks,
Bill
 
J

James Goodman

SELECT Name FROM MSysObjects WHERE Type = -32768
ORDER BY DateCreate DESC
 
J

John Vinson

can anyone tell me how to query the last formm that I have just added
Thanks,
Bill

A Form is an Access tool - a window which displays data from a table
or a query.

Do you want to examine the last Form that you have built using the
Forms Wizard or the Form design window? That's what you're asking but
I suspect that's not what you mean!

What is it that you are adding, and in what way do you want to "query"
it?
 

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