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

  1. Eddie1976

    Yes/No Message Box

    I am trying to multiply a value by a decimal depending on whether the person choses yes or no. Below is the code I am currently using. Any help is greatly appreciated. If Me.CreditorIDB.Value = 758 Then msg = "Is this account over the credit limit?" If MsgBox(msg, vbYesNo...
  2. Eddie1976

    Formating Code Correctly

    Jermey when I copied your statemtents into the on-click event of my button it highlights it in red and gives syntax error when you debug. Any ideas? Thanks.
  3. Eddie1976

    Formating Code Correctly

    I have a value that is copied from one field to another. Below is the code I am using. Me.NewInterestRate.Value =frmCreditorsBenefitsValues].Form![InterestRate].Value *100 The problem I am having is that the value is not always a number, it is occassionally a text field that I do not want to...
  4. Eddie1976

    Adobe Watermarks

    Does anybody know how to create a watermark in 5.0 and have that watermark only appear when the document is printed? Any help is appreciated.

Part and Inventory Search

Back
Top