Saving Records

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

My form (Employee Orders)is only saving the current
record. When I look in the table for Order Details, the
previous records that were saved are not there. There are
three combo boxes & each is bound to the Order Details
table.
 
Mark

I'm confused. If you save a record you are now working on, is that what you
mean by "the current record"? If you open the table up, are you saying you
can find that record?

If you then add another record, are you saying that you can no longer find
the record you just added (above)?

Tables don't typically throw away records. They either don't save them, or,
if you are using a query, don't show them.

Where are you looking, that it doesn't "show" you the previous records? In
the table directly? In a form? (If in a form, perhaps the form is set for
data entry only, and simply doesn't display previous records...)
 
The current record is the one I am working on & have just
saved. When I open the Order Details table, it only shows
that one & the one previously saved but nothing before
that. I am not using a query & am looking in the Order
Details table. It only seems to be saving 2 records.
 
Mark

Make a backup. In the backup db, can you manually add additional rows to
the table directly? If so, there's something (?in code) in your form that
is limiting the number of rows. Any chance this is a demo db?
 
Back
Top