How to add multiple records at one table in
For example, I want to add the number 30 record once and for all employees
How to add multiple records at one table in
For example, I want to add the number 30 record once and for all employees
Use Append query to add new records and Update Query to update records.