Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record-locking with an append query 1

Status
Not open for further replies.

TracySHC

MIS
May 5, 2005
66
US
I'm new to the record-locking problems in Access, so please let me know if I'm posting this question in the correct forum. I have a form which updates a table. An append query uses this table to update another table. If I have a value entered on the form (so the record is locked for editing), the underlying table is updated. However, the append query will not pull the locked record. How should I proceed so that the append query will pull all records in the table?
Thank you in advance for all help and advice,
TracySHC
 
Quit editing the record?

Perhaps save the record first?

In VBA..

docmd.runcommand acCMDSaveRecord
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top