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 wOOdy-Soft 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. SnakeEyes909

    Create reports from tables

    ok, i have a few tables that i joined to get the data that i need (customer orders). i need to split the data into several reports based on the salesman that shows only there sales for that day. here is the code thus far, which does bring up a list with all salesman together. is there a way...
  2. SnakeEyes909

    wdDialogExportAsFixedFormat

    i have a doc that i am trying to convert to pdf using a button. it works, but i'm trying to get the cancel button int the dialog box to jump to a spot in the code, as it is now, no matter what button you push in the dialog takes you to the next line of code in the VBA. i can not find a way to...
  3. SnakeEyes909

    using a variable from one form as the basis for a query to another

    Hello all. I was hoping someone could point me in the right direction. i have a login form where a user inputs a user name and password, and it is verified in the db table. what i'm not sure how to do is use that username to populate another form with records from another table. ie i have...
  4. SnakeEyes909

    vba query results set into a variable

    hello again. i am having a issue getting the results of a vba query into a veriable or to be displayed. i have a form, that i need to insert a item from a access db. i can get it to query, but how do i display the results. strSQL2 = "select SIG_IMAGE FROM tblPHYSICIAN WHERE PHYSICIAN_NAME...
  5. SnakeEyes909

    vba insert image in ms word form, from a access db table

    ok, so i've spent the last 2 days looking through the treads here, and have found alot of interesting stuff, but i have not found an answer to my problem. I have found things that are close, but will not work for me. if some one could point me in the right direction.... my problem is i have a...
  6. SnakeEyes909

    Pull image in Access database into a word doc

    Hello, i am looking for some help in pulling a image, stored in an access database, into a word doc using VBA. anyone have any idea?
  7. SnakeEyes909

    vba for word form to update record in ms access

    i hope someone could help. i have 2 ms word forms and 1 access db. the first form is used to input the main data into the db. the 2nd form is opened and populated from an ms access query. in the 2nd form there are a few new fields to update. i need to be able to update the record in ms...
  8. SnakeEyes909

    How can i update a record in VBA for MS Word?

    I'm hoping someone can help. i have 2 MS word forms and an Access db. the first form is filled out by customer service reps. the fields are then inserted into a table in the db. the 2nd form pulls this data back out of the db and and populates the fields again. on this form there are a few...
  9. SnakeEyes909

    JavaScript validation

    Hello, I am new to javaScript, and I am working on an Online Form for my company. I have the form done, and now i am working on validation. I have a "main section" which i have the validation for. I also have a section that askes 6 yes/no questions. I need to validate that one of the radio...

Part and Inventory Search

Back
Top