Hi!
Please, please, please help me!
I have created a form that should get Date, Day inputed by a user. Then it must place 8 the same records in the table.
Any help will be appreciated
Thanks in advance
I would use VBA to run an insert query against an UNBOUND form using a loop to run the query 8 times, Or a macro with a loop to do the same thing.
Just my 2 cents worth