I inherited an Access database that has a switchboard with clickable links to Minitab statistical software executable macros. Long story short, Minitab breaks if certain involved Access queries contain no data (I'll be happy to provide more information if desired) Minitab customer support says the issue needs to be addressed in Acess.
What I would like to do (I think) is convert the hyperlinks into VBA-event buttons that run the query, check the results, and open the Minitab file if results exist, and pop-up an alert if results don't exist.
Is this the right way to handle things? Is it even possible? I have run Access queries from VBA functions before, but don't know the best way to actually analyze those results from in there. Are there any examples of anything like this? A Google search didn't help me...
Thanks in advance
What I would like to do (I think) is convert the hyperlinks into VBA-event buttons that run the query, check the results, and open the Minitab file if results exist, and pop-up an alert if results don't exist.
Is this the right way to handle things? Is it even possible? I have run Access queries from VBA functions before, but don't know the best way to actually analyze those results from in there. Are there any examples of anything like this? A Google search didn't help me...
Thanks in advance