I am in the planning stage of building a database, and I wanted to check how possible and/or plausable something is.
Simply put, I have a two field table called "Table1", with fields "Ticket" (autonumber) and "Employee" (text). Through user prompts, I want a form or query to add x amount of records with the specified employee name.
The user would be prompted for how many records to add, and what Employee name, then the records would be created. And, if possible, I would like to return the autonumber "Ticket" range that was just added for "Employee"
Any ideas?
Thanks,
Hende
Simply put, I have a two field table called "Table1", with fields "Ticket" (autonumber) and "Employee" (text). Through user prompts, I want a form or query to add x amount of records with the specified employee name.
The user would be prompted for how many records to add, and what Employee name, then the records would be created. And, if possible, I would like to return the autonumber "Ticket" range that was just added for "Employee"
Any ideas?
Thanks,
Hende