JonWolgamuth
Technical User
I've posted this question here a couple weeks ago, but I think I wasn't clear about what I wanted.
I have a form where reps enter the quantity of each type of transaction that they accomplish. They should first enter their name and the date the work was completed. Then, I want them to be able to enter quantities corresponding to a list of transactions. After entering all the quantities, I want them to be able to just press "save" and save that day's work and all the different transactions to the table. I want to copy the date and name of employee for each table entry. Each table entry "per save" will differ only on transaction type and quantity.
My table consists of WorkID (autonumber), Transaction (description), Processor (who did the work), Date (the work was done), and Quantity (of the work).
Thanks in advance for any help you can give me...
Jon
I have a form where reps enter the quantity of each type of transaction that they accomplish. They should first enter their name and the date the work was completed. Then, I want them to be able to enter quantities corresponding to a list of transactions. After entering all the quantities, I want them to be able to just press "save" and save that day's work and all the different transactions to the table. I want to copy the date and name of employee for each table entry. Each table entry "per save" will differ only on transaction type and quantity.
My table consists of WorkID (autonumber), Transaction (description), Processor (who did the work), Date (the work was done), and Quantity (of the work).
Thanks in advance for any help you can give me...
Jon