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 gkittelson 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. firestorm1983

    Read-only Recordset

    I forgot to mention that the version of access being used is 2002 although the database is saved to a 2000 file format
  2. firestorm1983

    Read-only Recordset

    I have a fairly large access database that was working fine for a long period of time. Then after a compact and repair was completed, I receive this message after opening an access page "You can't add or delete an existing record because the recordset for this page is read-only." The page that...
  3. firestorm1983

    Linking Tables with different data

    In my database I currently have 2 different tables which are linked to my database and each contains different information with the exception of Job Numbers. The one table (lets call this TableA) contains all of the job numbers as single numbers 105, 231, 321 ect. But the second table (TableB)...
  4. firestorm1983

    Query Criteria Help

    OK I used this criteria Like "*" & [Queries]![COATING MASTER]![ENTER JOB NUMBER] & "*" and it basically works fine but the parameter prompt reads as [Queries]![COATING MASTER]![ENTER JOB NUMBER] and I would like it to read ENTER JOB NUMBER.
  5. firestorm1983

    Query Criteria Help

    There is a parameter prompt that opens as soon as the query is opened.
  6. firestorm1983

    Query Criteria Help

    I have created a Query in which a user must enter a value for Job Number, But I am unable to get my query to find all values containing that entered value. For example if a user enters 5 I want my query to retrieve 5, 55, 15, 3/4/5 etc.

Part and Inventory Search

Back
Top