Search results

  1. C

    DoCmd.OpenReport Code Error

    Hello! I have a question regarding the VBA code for opening a repoprt (DoCmd.OpenReport). I am using MS Access 2007. I have button on my form that opens a report when it is clicked. I am using VBA code because I want the query behind the form to change based on a choice on the form...
  2. C

    Delayed Visible on VBA code

    Thank you both! That did EXACTLY what I was looking for!
  3. C

    Delayed Visible on VBA code

    Hello! I am writing a VBA event procedure in MS 2007 Access for when you click a button. My code is quite lengthy and I want some labels I created to become visible as the code finishes certain sections so the user will know it is running correctly. When the form opens these labels are...
Back
Top Bottom