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. rdagey

    QUERYING ON PART OF A FIELD!

    I would use an SQL statement, with the LIKE operator. It would go something like: SELECT * FROM [tableName] WHERE [fieldName] LIKE 'fred smith' That would create a query where fieldName has the value 'fred smith' in it. For instance, SELECT * FROM [tableName] WHERE [fieldName] LIKE 'a' woudl...
  2. rdagey

    Access thinks it's working in a multi-user environment

    I am getting an error message stating that Access has stopped the process (in this case printing a report) because another user has attempted to change the data I am changing. There is only user. There is one copy of the database that I work on. The copy gets passed back and forth, via the...

Part and Inventory Search

Back
Top