Create new records for multiple list (2 Viewers)

Number11

Member
Local time
Today, 03:09
Joined
Jan 29, 2020
Messages
607
need to have on a form the option to paste a list of 40 account numbers and have access generate a new record for all?
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 03:09
Joined
Jul 9, 2003
Messages
16,285
have access generate a new record for all?

How about this?


If you want a free copy of the sample file, Contact me in a pm a (private message) on access world forums and I will send you a coupon code for a free download
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 03:09
Joined
Jul 9, 2003
Messages
16,285
In this example I demonstrate how to fill records automatically in a subform:-

 

Pat Hartman

Super Moderator
Staff member
Local time
Yesterday, 22:09
Joined
Feb 19, 2002
Messages
43,346
paste a list of 40 account numbers
Copy/Paste is something we do with spreadsheets and flat files. In a relational database, you can link to the spreadsheet or flat file and use an Append query to copy the data from the file to your table. The append query is a much more reliable method because it allows you to perform certain kinds of error checking on the way in.
 

Users who are viewing this thread

Top Bottom