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 Mike Lewis 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. AKelly77

    Filter non-existent ranges from a Min/Max query

    SELECT First([TABLE].[POSTAL_CODE]) AS FirstOfZip, FROM [TABLE] GROUP BY ([TABLE].[POSTAL_CODE]) ORDER BY First([TABLE].[POSTAL_CODE])DESC;
  2. AKelly77

    Resolved WS specific Cannot update: Database or object is read only

    This common error of Cannot update: Database or object is read only that occurs when you try to use transfertext or spreadsheet occurs at a specific workstation is resolved. The reason for the error is that the microsoft jet dll file under system32 security has readonly permission set to it for...

Part and Inventory Search

Back
Top