INeedAccessHelp
MIS
I just read in the Access '97 Developers Handbook that for append queries, the target table is locked. Well because of this, if two or more users are attempting to append records to this table, an error message occurs, and more importantly, the record does not get appended. This causes a HUGE problem because I have a delete query that runs right after the append query which deletes the record that was attempted to be appended. Because of this, the record is lost. Any suggestions would be GREATLY appreciated. Thanks.
--Rob
--Rob