I've been fine with using access so far but I guess I'm hitting a point where I need to start using straight VBA instead of Macros and expressions. I think what I need is a little dot connecting at this point.
I understand that I can look at my queries in SQL view, and I believe somewhere I picked up that this is used in conjunction with VBA somehow. My question is, how do I use that information to accomplish that.
If I am completely missing something that's fine, I'm just trying to get away from making OnClick a macro so that I can get more functionality and power out of my control buttons. E.g. Instead of running an update query when a button is clicked I'd like to Run that update query and perform other VBA functions.
I understand that I can look at my queries in SQL view, and I believe somewhere I picked up that this is used in conjunction with VBA somehow. My question is, how do I use that information to accomplish that.
If I am completely missing something that's fine, I'm just trying to get away from making OnClick a macro so that I can get more functionality and power out of my control buttons. E.g. Instead of running an update query when a button is clicked I'd like to Run that update query and perform other VBA functions.