Forms

S

Sharon

I am working on a database and created a form. I then bring up my previous
form for example 1 and it displays my information and now I want to change
the information to 2. This is done and saved to the table but in the table
it is deleting one. Is there a way I can display one and two. I have no
idea how to fix.
 
J

John W. Vinson

I am working on a database and created a form. I then bring up my previous
form for example 1 and it displays my information and now I want to change
the information to 2. This is done and saved to the table but in the table
it is deleting one. Is there a way I can display one and two. I have no
idea how to fix.

"one and two" of what????

Please describe your table (key fields, Primary Key if there is one) and your
forms (what is the Recordsource of each form? if it's a query please post the
SQL).

A table will not "delete a record" unless you do something to delete a record.
Perhaps you're incorrectly assuming that the data is somehow stored in your
forms - it isn't, it's in the Table and only there; deleting a record on one
form will delete it from the table, and any other form will show that it has
been deleted.
 
L

Linq Adams via AccessMonster.com

It sounds to me like the user is pulling up an existing record, modifying it,
and expecting Access to save it as a separate record, like you can do with a
Word document. Access doesn't do tis, of course. The original record isn't
being 'deleted,' of course, it's being edited.
 

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