Want to add multiple records with multiple IDs

The issue I am facing is: I want to save multiple records with unique ID’s at the same time when I am using SQL in back end and VB 6.0 at front end.
For example: I want to enter 15 records in the database from only one VB form.
But the issue is that I want to create unique ID’s in the database table and when I am saving only one ID is generated and other data is saved on the base of this ID.
Any help would be appreciated!
