Hey peeps,
I'm performing a Parameter query and I'm wondering (if it's even possible) if I can run a Between statement between 2 columns?
The columns in question are Date (From) and Date (To).
Something like this?
Query/Report selection:
Private Sub Frame2_AfterUpdate()
Dim Frame2 As Integer
Select Case Frame2
Case 1
DoCmd.OpenQuery stDocName, acViewNormal
Case 2
DoCmd.OpenReport stDocName, acPreview
End Select
End Sub
Query/Report files:
Private Sub Frame9_AfterUpdate()...
So I have to go into VBA from one of those Event options then?
Can you point me in the direction of any code for it? When I learnt Access it was all via the front end and none of this VBA background stuff.
*wishes he paid more attention to those VB lessons at College*
Hi, I'm wondering if it's possible to use Option groups (Or Radio buttons to be pedantic) to open Queries or Reports in the database? And if it can, how can one go about coding it?
Screenshot
What I want to do is click on the Query or Report option then click on one of those options to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.