Feb 11, 2005 #1 fedele Technical User Joined Feb 11, 2005 Messages 2 Location IT How add more that 1 ( 10 or 20 or 25 etc) rec ord to a database?
Feb 12, 2005 #2 Golom Programmer Joined Sep 1, 2003 Messages 5,595 Location CA Look at the INSERT INTO statement ... specifically the form of it that inserts records from an associated SELECT statement. Upvote 0 Downvote
Look at the INSERT INTO statement ... specifically the form of it that inserts records from an associated SELECT statement.