Can I delete data on one tab page without deleting it on all.

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

Guest

How do I delete data from a tab page form on one page without affecting the
same information on another page.
 
How do I delete data from a tab page form on one page without affecting the
same information on another page.

No; because there IS NO DATA on the tab page. A Form, or a Tab
Control, is a tool to display data from a table - not a data
repository in its own right.

The data is stored in a Table. If you delete it on one form, or one
tab page, or one subform, you're deleting *the data*.

It sounds like you may want to have two subforms with different
criteria. What exactly are you trying to accomplish? Do you have
Subforms, or just controls based on the same table, on your two tab
pages?

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