Ok, I am need of help since I had to ditch a recent wanna be solution.
I have 2 tables Main and Tech_Directory...What I need to happen is on the form once the data is filled out and hit the submit button I need it to check and see if [Tech_Number] on the form (which is pulled/stored on the main table) is listed in the Tech_Direcotry table; if it is then just run the update query I made. If it isn't listed there then run an append query to add certain fields to the tech_directory table saving the information of course.
Once that happens (hopefully in the same click event) I need it to export out to an excel sheet to a shared drive \\Myshare\App_Date
Any help would GREATLY be Apreciated!
Thank you
I have 2 tables Main and Tech_Directory...What I need to happen is on the form once the data is filled out and hit the submit button I need it to check and see if [Tech_Number] on the form (which is pulled/stored on the main table) is listed in the Tech_Direcotry table; if it is then just run the update query I made. If it isn't listed there then run an append query to add certain fields to the tech_directory table saving the information of course.
Once that happens (hopefully in the same click event) I need it to export out to an excel sheet to a shared drive \\Myshare\App_Date
Any help would GREATLY be Apreciated!
Thank you