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

    Scrolling Ebbeded SubForm - Up for a challenge?

    Hello all you Excel masterminds. Stumping problem giving me a headache, and they say a problem shared is a problem halfed so here it is. I have a form in excel. Into this form I would like to place either a subform or frame (or what ever). The subform is about an A4 page long, and the space...
  2. Craig9999

    Insert Spaces into a String

    Hi Ladies and Gents, I'm have a little style problem, and hope you can sort me out. I have a PDF with a date field, I'm filling that field with data from FDF. The text field for the date reads 20122003 However to fill the boxes in the right places the date has to read 2 0 1 2 2 0 0...
  3. Craig9999

    Query which needs different bandings

    SELECT SUM(Field14) AS Amount, 1 AS [Band ID] FROM orders WHERE (((Field14) Between 0.00 And 9999.99)) UNION SELECT SUM(Field14) AS Amount, 2 AS [Band ID] FROM orders WHERE (((Field14) Between 10000 And 39999.99)) UNION SELECT SUM(Field14) AS Amount, 3 AS [Band ID] FROM orders WHERE...

Part and Inventory Search

Back
Top