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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alaniane

  1. alaniane

    Access Statement not Compatible with SQL server

    Your problem maybe that your surrounding the query with []. SQL Server thinks that the query is a table name. Try removing the [] and using () for the inner query in the from statement.
  2. alaniane

    trying to add composite key to existing data

    You can't disable a UNIQUE constraint. You will have to eliminate the duplicates before you apply constraint.

Part and Inventory Search

Back
Top