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

    Fix group footer at bottom of page

    I found this article to fix the group footer at the bottom of my pages: http://support.microsoft.com/kb/208979 I did as instructed and it worked. However, I want my footer to appear lower, so i adjusted the page GrpFtrLoc to a bigger number. When i press page preview, the statusbar states...
  2. leesanc

    Date of Print

    I have a field to store the "date of print" for my records so that i would know whether or not the record has been printed. My function to store the "date of print" is called when i click the "Print Preview" button on my form which opens a report and display that particular record. The thing...
  3. leesanc

    Multiples of a Number

    I am trying to write an If statement in Excel to return an "OK" if Value 1 - Value 2 = Multiples of 2 (i.e. 2,4,6,8,10,12 ....) Is there any formula for "multiples of a specific number
  4. leesanc

    Change line's thickness via code

    Is there anyway i can change a line i've drawn in an access report to appear thicker than "Hairline" and thinner than 1pt. With Me .DrawWidth = 5 Me.Line(x1,y1)-(x2,y2) End With The code only applies for Me.Line. Is there any way i can apply it to say Me.Line10
  5. leesanc

    How to fill blank space in detail section of report

    I'm using a report that is called from a form to produce an invoice. The detail section's layout is as follows: LineNo ProdDes1 Qty UnitPrice Amount ProdDes2 InvLRemarks DescriptionL2 and InvLRemarks can shirnk when null (which is 80% of the time). I'm...

Part and Inventory Search

Back
Top