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 Wanet Telecoms Ltd 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. tradermaceo

    Multiple Tables Forces Man to Rend Computers

    Paul, Thank you. I'd created a join prior, however I'm running into trouble creating a search like: SELECT lo_prices.base,lo_prices.time,hi_prices.base,hi_prices.time FROM lo_prices,hi_prices WHERE lo_prices.frame = hi_prices.frame; Although, I may have just inadvertently discovered why. My...
  2. tradermaceo

    Multiple Tables Forces Man to Rend Computers

    I'm a novice in the extreme, using Approach for the first time. I have several .txt files that I wan to compare against each other. I've joined the databases into a blank DB, but cannot access the information. I've learned to write very simple SQL statements, however the assistant doesn't...

Part and Inventory Search

Back
Top