form startup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table bound to a form. It's a continuous form so when it opens it
displays all of the records.

Is there a way to prevent the query of all of the record when the form opens
but still have the form bound to the table?

Thanks in advance for your help!
 
I realize that, but the query would still run returning no rows.

I don't want the query to run at all...is that possible?
 
I realize that, but the query would still run returning no rows.

I don't want the query to run at all...is that possible?

You can set the "Data Entry" property of the form to True; this will
allow you to enter new records into the table (or the query) but will
not allow any existing records to be displayed.

John W. Vinson[MVP]
 

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