Geoff-
Yeah, that's what I've been trying. Unless you know of another way to append records besides the INSERT statement. In theory, what I want to do is this:
INSERT INTO tblMaster (shipno, shpnam, sinout)
SELECT (shipno, shpnam, sinout)
FROM [My recordset]
But as far as I know (which is...