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 bkrike 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: *

  • Users: pvg
  • Content: Threads
  • Order by date
  1. pvg

    Display only area on a form

    How to put in a display only area on a form, Customer name & address when their code is entered on a form after the user leaves the custid field.  The display only area shows the info if found and does not enter the box with the customer name&address but goes on to the next field...
  2. pvg

    Use an index name in a query?

    I have created an index name in a table which has multiple fields in it that provides a unique key.  How do you use an index name in a query.
  3. pvg

    Password Source Code behind a Form

    How do you Password Source Code behind a Form.
  4. pvg

    List unmatched FIELD NAMES

    Problem: Compare 2 tables and list the unmatched FIELD NAMES.<br>While the unmatched query wizard in Access offers multiple fields to select, the result is only a list of null records and it does not show which FIELD NAMES are unmatched.<br>For...
  5. pvg

    Compare 2 tables and identify unmatched fields

    The goal of the project is to achieve very high accuracy for our database from our data entry operators.&nbsp;&nbsp;Two different operators would perform data entry on our records into 2 different tables and then a query would compare the 2 tables to identify unmatched fields. Our Quality...
  6. pvg

    How to Code Select SubQuery for table lookup

    Table #1 &quot;A&quot; (patient transaction records)<br> Patient_name (30 Char)<br> cpt_code 5 characters indexed dups allowed<br> <br> Table #2 &quot;B&quot; (master table of cpt codes)<br> cpt_code 5 characters indexed no dups <br> <br> Objective of query in Access 2000<br> Show patient...
  7. pvg

    Data type error when using datediff

    Database has a transaction date field that is formatted as mmddyyyy. Need to know in an Access 2000 Query how to test if the date is greater than today or older than 4 months. I tried using the datediff expression ie: datediff(&quot;d&quot;,([transdate]),date()) which returns a number that is...
  8. pvg

    Access Documentor printing of Description in Column format

    Access has an option to print the documentation of a table showing Name, Type and Size. How can this be modified to print Description in a column?

Part and Inventory Search

Back
Top