Hello,
I pick things up pretty quick but I was thrown into a three day training period at work with little to no experience with Access. These classes where designed to be spread a month apart to really soak in what was going on, but I took each eight hour training course in 3 consecutive days. Don't get me wrong I would have preferred it this way if I had to do it again and I took in a lot waiting 3 months would have been a hug waste of time. Be that as it may, the instructor gave me his email in case I had any questions or needed help... turns out he didn't register his domain correctly... lol
Now that I put a little context on my experience here is a little context on what I'm doing with Access:
At my job there are admin and production workers. The production workers are often given engineering that has a lot of mistakes from the customers and they recognize right away and have to fill out issue sheets that get entered into an issue card board for the customer to see, fix, approve ect. I've been tasked with making a functional database to streamline this process and cut down on paper use. I have created a form for production workers to enter in their issues into the computer instead of killing all the trees, when they submit their form it is written to corresponding records in a table for admin to submit to the customer.
In that table there is a yes/no checkbox to determine if that record has been uploaded to the customer. I have built a query to retrieve records that have not been uploaded in order to get them uploaded at the end of the day. To upload these records we have to export them to excel and save as comma delimited. To achieve this I made a Macro to run the query and export to excel (with the autostart feature so I can go ahead and save it comma delimited).
Now I know that is a lot to take in or read but here's my question:
Once the macro to export has been ran is there a way to automate the process of checking the yes checkbox to determine that it has been uploaded? My only guess would be to add another macro or build on the original.
I appreciate any helpful feedback.