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 Rhinorhino 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: Qino
  • Content: Threads
  • Order by date
  1. Qino

    Update Memo field and not allow edit of old info

    I have the following code in a subform which adds the date, user and a dividing line in a memo field: Private Sub Command2_Click() Me!Correspondence = Now() & "--" & CurrentUser() & vbCrLf &...
  2. Qino

    Subform to filter tables

    I have seven tables I need to query at once and display the results requested. Each of the seven tables lists the unique ID and 25yrs of data (ie. certification or state of project) I need a subform within the main form (which lists basics like address and contact info) to query the seven...
  3. Qino

    Unable to count by multiple fields in Report

    I've had great difficulty getting my report to provide a breakdown of totals by three fields, and calculate the final field. I can get a total count no problem, but several dead-ends and now I need a push in the right direction: I have this: Type Quality Size 20 A...

Part and Inventory Search

Back
Top