Search results

  1. V

    Form Containers?

    In VB6, you can put all of your controls in a container such as a picture box or Frame control. To hide all of the controls, just set the container to Frame1.Visible = False. I want to utilize the Tab strip in Access on a form. Instead of hiding each separate control, I would like to use a...
  2. V

    BeginTrans Rollback CommitTrans withing Access

    I am trying to set up a transaction within Access itself using VBA. So far I have tried the following: ' This line doesn't error, but will error on CurrentProject.Connection.Rollback / .CommitTrans ' saying no transaction is started CurrentProject.Connection.BeginTrans ' These lines do not...
Back
Top Bottom