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 Chriss Miller 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: RakasArmas
  • Content: Threads
  • Order by date
  1. RakasArmas

    Count Multiple Levels in a Report

    Again, should be easy, but I'm missing something. My report looks like this: PCs GX520 No. 1 GX520 No. 2 GX520 No. 3 Total GX520 3 GX270 No. 1 GX270 No. 2 Total GX270 2 Total PCs 5 This is the number I'm not getting.
  2. RakasArmas

    Update Query shouldn't be this hard

    UPDATE [Table01] INNER JOIN [Table02] ON [Table01].ID = [Table02].ID SET [Table01].FRL = [Table02].FRL WHERE ((([Table01].FRL) Is Null) AND (([Table02].FRL)="X")); I'm trying to add an "X" to Table01.FRL when there is an "X" in Table02.FRL. It seems simple enough, but I am getting no update...
  3. RakasArmas

    Concatenate Rows within a Table (Microsoft Access)

    I have seen several threads on this topic, but none of the solutions has worked for me. I am not a VB guy, but have done extensive work in Access with queries, etc. Here's the specific need: Table1 Field:StudentID Field:Guardian 1 11222 Jessica 2 11222...

Part and Inventory Search

Back
Top