Re: Need Help with adding multiple records to 1 table
- From: "Jeff Boyce" <JeffBoyce_IF@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Jul 2005 17:34:18 -0700
Leaving an unsaved record exposes the database to corruption, period, no
matter how many folks are connected.
When you open a record, depending on how you "lock" it, the database can
lock the entire table, the data page on which the record is recorded (other
records could be affected), or the single record, or perhaps none at all.
To avoid holding a record open, you could consider using an unbound form and
letting the folks do their data entry throughout the day/shift. When
they're done, clicking <Save> would create a new record (you'd need to write
the code that pushes the data in the form to the record/table).
Good luck!
Jeff Boyce
<Access MVP>
"jkendrick75" <jkendrick75@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:013AE0EE-3523-49D4-B108-24EB6BB2AD0F@xxxxxxxxxxxxxxxx
> > I don't understand "sheets" -- are you referring to a spreadsheet, or to
> > sheets of paper?
> Sheets of Paper.
>
> > If users "start" a record (and save their initial info), then an
alternative
> > to holding that record open all shift would be to make it easy to
find/bring
> > up that record for final data entry at the end of the shift.
>
> I am planning on setting this part up. but initially they want to be able
> to enter in certain data throughout the shift. as there is usually only 1
to
> 2 people entering data at a time, data corruption should not be much of a
> problem. Does leaving the form open lock the table the form is attached
to?
> or does it only lock the records that are started? if the latter, then
> leaving the form open should not be a problem.
>
> I am also looking at doing a DAO recordset setup, but am having problems
> with setting up the arrays to save the data. any ideas on this part would
be
> great also.
>
.
- References:
- Need Help with adding multiple records to 1 table
- From: jkendrick75
- Re: Need Help with adding multiple records to 1 table
- From: Jeff Boyce
- Re: Need Help with adding multiple records to 1 table
- From: jkendrick75
- Need Help with adding multiple records to 1 table
- Prev by Date: Re: Combo box
- Next by Date: Re: DLookup problem
- Previous by thread: Re: Need Help with adding multiple records to 1 table
- Next by thread: RE: Need Help with adding multiple records to 1 table
- Index(es):
Relevant Pages
|