Search results

  1. S

    Moving a DB to another person's computer

    I believe that's what I was missing. Thanks for the help!
  2. S

    Moving a DB to another person's computer

    Thanks! I was looking to just provide the other user with a copy of that DB, but that doesn't sound like it is going to work.
  3. S

    Moving a DB to another person's computer

    I have a search form built that depending on the dropdown selection on the form, it will run a query to SQL Server 2008 and provide data. There are 5 SQL Server db's so there are 5 different queries. I have each SQL Server linked to the Access DB. When I moved to someones else's computer I got a...
  4. S

    Form to display query results.

    Thanks for the reply. I'm trying to keep the form as simple as possible. I ended up using a pop up report for each query. That way I could stick with one form and modify the design of the report
  5. S

    Form to display query results.

    In my form I have a dropdown box. There are 7 values and based on the value it will run that query in sql server. I would like to have the query open in the form instead of opening up on a different tab. Currently on the command button click there are a bunch of if statements depending on what...
Back
Top Bottom