I've been pouring through my help files and manuals looking for guidance on which procedure is better in a large networked application - INSERT INTO or APPEND BLANK / REPLACE. I seem to recall that INSERT INTO is the preferred method because it doesn't lock the table nearly as along as the APPEND BLANK and REPLACE method. Is that correct? Is there a better way to add records that will then be "SEEK'd" and updated?
Steve
Steve