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 TouchToneTommy 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: *

  1. AlisonEmmett

    Multiple Visible/Invisible Buttons - Frames ?

    I have a from which displays 20 buttons if a certain criteria is met, and 20 different buttons if it isn't. At the moment I'm doing this via the OnCurrent Property and an if statement followed by lines and line of code setting the visible property of each button to True or False. Is there a way...
  2. AlisonEmmett

    Something like the Cat Command in Unix

    If I want to merge two files in Unix, I can type cat file1 file2 > file3 How can I do this in NT ??
  3. AlisonEmmett

    Query has different results according to Access Installation

    I am running the same database from two different Access Programs (both same version - 97). I have a query that uses two other joined queries to pull back data. In one version rows are returned, and not in the other. THIS MAKES NO SENSE TO ME !!!! The SQL for the joining query is as follows...
  4. AlisonEmmett

    Access with a very big table - will it take it

    I'm planning to create an access database with a table in it that may have 20 million lines in it. Does anyone know if Access will be able to deal with it, or will I need to use another DB ??
  5. AlisonEmmett

    Getting Some VB Code to Change the fields a query runs on

    I have a feeling this will be difficult to explain... I have a table with structure as follows: Server Text Date Date Stat1 Value Stat2 Value Stat3 Value I have a form with combo boxes for Server and Stat Thus the user chooses a particular server and a...
  6. AlisonEmmett

    Running A Query that picks different Fields according to a Form

    I have a feeling this will be difficult to explain... I have a table with structure as follows: Server Text Date Date Stat1 Value Stat2 Value Stat3 Value I have a form with combo boxes for Server and Stat Thus the user chooses a particular server and a...

Part and Inventory Search

Back
Top