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. Wexus6

    How to use StoredProcParam

    I'm trying to use CR to generate PDF's on the fly to download from a website. I am trying to get CR to export PDF's using some COM objects that will be called from coldfusion. I want to set the parameters for the stored procedure I'm calling but don't understand how to referance the...
  2. Wexus6

    Search string for "all" or "any"

    I'm actually doing this in coldfusion for a web page. Previously I've tried to do it in access VBA but couldn't figure it out there either. I tried to use different combinations of wildcards but couldn't find a combination that would work. For example, I would think that "*,!,*" would...
  3. Wexus6

    Search string for "all" or "any"

    I'm trying to automate my search process and can't come up with an all inclusive seach string. So rather then waste more time I thought I'd ask you nice people. Thanks, Wes
  4. Wexus6

    I am attempting to Repair my database (somehow it has an invalid bookm

    Have you tried opening the database on more then one machine?<br>Have you tried importing data from the database to see if you can still get at the data?<br>And this ones a classic, did you make a backup?<br>I'm not an expert, just spewing ideas.<br>Good Luck,<br>Wes
  5. Wexus6

    Passing a value from a calculated feild to a different form.

    Thank you for your suggestion. Here is the code I tried.<br><br>Private Sub Close_Click()<br>Dim strTest as String<br>If Me.Dirty then<br>strTest=me.time<br>DoCmd.Runcommand acCmdSaveRecord<br>End If<br>Docmd.Close<br>End Sub<br><br>Whenever The accmdsaverecord is inserted, strTest returns a...
  6. Wexus6

    Passing a value from a calculated feild to a different form.

    I have a calculated feild at the bottom of my form that receives its value from a subform. This textbox is calulating total hours from the subform. When the user closes this form, I want to pass this calculated (sum) value to another open form. This is all easy to do accept for the following...

Part and Inventory Search

Back
Top