Hello,
I'm using access XP, I have a query that does an insert when a button is clicked, but only on the current records from the form. How can I get it to insert all of the data from the form? Anyone able to point me in the direction of how to get it to loop?
Here's the code from the query
INSERT INTO Training ( employee_number, last_name, first_name, job_title, bpml, track, division )
VALUES (Forms!frmComboTest!employee, Forms!frmComboTest!last_name, Forms!frmComboTest!first_name, Forms!frmComboTest!field11, Forms!frmComboTest!combo11, Forms!frmComboTest!track, Forms!frmComboTest!cbolookup);
What happens if you get scared half to death twice?
Bob
I'm using access XP, I have a query that does an insert when a button is clicked, but only on the current records from the form. How can I get it to insert all of the data from the form? Anyone able to point me in the direction of how to get it to loop?
Here's the code from the query
INSERT INTO Training ( employee_number, last_name, first_name, job_title, bpml, track, division )
VALUES (Forms!frmComboTest!employee, Forms!frmComboTest!last_name, Forms!frmComboTest!first_name, Forms!frmComboTest!field11, Forms!frmComboTest!combo11, Forms!frmComboTest!track, Forms!frmComboTest!cbolookup);
What happens if you get scared half to death twice?
Bob