I have two tables tbl_employeemaster_A10 and tbl_employeemaster_A20. I want to take these two tables and combine them into one table called tbl_EmployeeMaster. I have a function that clears the contents of the tbl_employeemaster and have been using append queries to update the table BUT I want to perform this action through a module. How do I go about writing this procedure.
Thanks in advance for any help.
Thanks in advance for any help.