Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Nokus
  • Order by date
  1. Nokus

    Parameter query Between two fields?

    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).
  2. Nokus

    Opening Query/Reports via Option Groups?

    Thanks! I got it working :)
  3. Nokus

    Opening Query/Reports via Option Groups?

    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()...
  4. Nokus

    Opening Query/Reports via Option Groups?

    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*
  5. Nokus

    Opening Query/Reports via Option Groups?

    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...

Part and Inventory Search

Back
Top