Search results

  1. L

    Database Window

    Got that working now, thanks very much for your help!
  2. L

    Database Window

    I have made sure that the properties of the form have modal & popup set to "NO" but it still wont work when I click on the button I am still getting an error the code is shown below that is with the command button that I want to click to display the database windoe DoCmd.SelectObject acTable, ...
  3. L

    Text Boxes

    I have got a form in access & I have two seperate text boxes on this form. Is it possible to setup the boxes so that if data is entered into one box depending on the value entered data can automatically entered into the second text box, If anyone know's how to do it & they could show me I would...
  4. L

    Database Window

    I have got the vb code below for a clck event, to display the database window but it isnt working. And I HAVE A COMMAND button to click as you can see below to open the window so pressing F11 is no good as I need this command button to trigger the event. I am getting an error when I click the...
  5. L

    Database Window

    I have now got the vb code below, to display the database window but it still isnt working. And I HAVE A COMMAND button to click as you can see below to open the window so it pressing F11 is no good. I am getting an error when I click the command button? Private Sub...
  6. L

    Database Window

    Can anybody help with a problem that I am currenlty having with Access 2000. I currently have a form & on this form I have a command button which when you click I would like it to display the database window. I have tried to do it in code & cant if anyone knows the code to allow me to view the...
Back
Top Bottom