Saving data

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

Guest

I have a purchasing log that I updated. It seemed to be working fine, but
now when you enter data for the part number and save it it changes all the
part numbers from previous records to the new part number. Any ideas of how
to fix this?
 
I have a purchasing log that I updated. It seemed to be working fine, but
now when you enter data for the part number and save it it changes all the
part numbers from previous records to the new part number. Any ideas of how
to fix this?

It sounds like you have a continuous Form, and that the Part Number
control is "unbound" - not connected to any table field. Data must be
stored in a Table!

What's the structure of your table? and of your form? Is the form
bound to a table, or are you trying to store data in a form (which
WON'T work!)?

John W. Vinson[MVP]
 
in addition to JV's input - possibly another this is happening could be due
to the Cascade feature of Referential Integrity....just a potential guess not
really knowing the details of your db.... but it wouldn't have 'just
started'...it would have always done this....
 

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