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 SkipVought 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. dmodele

    how do you pull access field names into an array?

    Does anyone know how to pull all the field names of an access query into an array so that you could loop (for each) through them and do some action with every value that they contain for a certain record?
  2. dmodele

    pulling sections of word documents with vb

    I just reread your post, fumei... To answer you questions, there are no section breaks or bookmarks. I guess what I am asking is how to add breaks like that. What should I use? What if I wanted to use repetative text or a tag like <Education> blah blahb stuff formword </Education> How...
  3. dmodele

    pulling sections of word documents with vb

    I didnt want to post a longer post that would have been passed over so I tried to simplify.. maybe too much.. ok, here is a better description: Lets say I have an existing Word document that was typed in manually. Lets say its a resume with 3 sections labeled Education Experience Summery...
  4. dmodele

    pulling sections of word documents with vb

    Would anyone know how to slice up a word document into labeled major sections and then use vb to pull one of the sections into copy memory for use somewhere else?
  5. dmodele

    &quot;save as&quot; that preserves more than just the content...

    Im working on a project that involves creating dynamic documents an access module from tables and then sending the content to word documents and I got stuck in a very early stage. I posted this to another forum I think it might be more appropriate for this one... As a first step/test, I tried...
  6. dmodele

    trouble with sending to word from access

    PHV, I tried replacing the line: c= WordDoc.content with the line: Set c=WordDoc.Content and still the code does the exact same thing. Maybe I didnt understand what you posted.. I looked at the properties available to the class "range" and didnt find any property that included both the...
  7. dmodele

    trouble with sending to word from access

    Im working on a project that involves creating dynamic documents an access module from tables and then sending the content to word documents and I got stuck in a very early stage... As a first step/test, I tried to just open up an instance of word, open up the pre-formatted starting word...
  8. dmodele

    n00bie question

    removing semicolons is easy!... 1. select the column or columns that contain the semicolons 2. do a "find and replace"... choose the option that looks for "any part of a cell" rather than "whole cells" 3. search for a ";" and replace with nothing "". you can record it as a macro and then...
  9. dmodele

    pulling specific fields from access queries

    In Access, Im trying to export the field "FirstName" from the query "qDemographics" into a function. The query has lots of records and I need someway to say that I need "FirstName" from the record that has ID (another field) equal to "16". I need the value to be dropped into a replace function...
  10. dmodele

    Need to find duplicates in Excel Spreadsheet

    You could easily do if you pull it into access and set queries to list the unique values and then compare the query to the orignal table of address via a second query. If I was limited to excel, I would either mess around with the advanced filter or do a series of subtotals and scan down the...
  11. dmodele

    Append to Word Doc from Access?

    Hello, I need to create dynamic documents from a database in Access and then send formatted text to Word. Is there an append VB command that I could use to do this? Right now, I am using a query in Access as a source for a mail merge, but I need a more complex system. I need Access to...
  12. dmodele

    Append to Word Doc from Access?

    Hello, I need to create dynamic documents from a database in Access and then send formatted text to Word. Is there an append VB command that I could use to do this? Right now, I am using a query in Access as a source for a mail merge, but I need a more complex system. I need Access to...
  13. dmodele

    Writing to File

    Basically, you could have a file written as the first instruction in the first script called "script1run". The second script begins with a check for a file called "script1run" in the location that the first script put it. As long as its there, the second script waits in a loop. When the first...
  14. dmodele

    Append to Word Doc from Access?

    Hello, I need to create dynamic documents from a database in Access and then send formatted text to Word. Is there an append VB command that I could use to do this? Right now, I am using a query in Access as a source for a mail merge, but I need a more complex system. I need Access to...
  15. dmodele

    how do I retrieve the create date of a file?

    hello, does anyone know of a command that when given a file as its arguement, returns the created date of the file? thanks! any help would be appreciated.:) -dm
  16. dmodele

    how do I pull the create date of a file into a variable?

    hello, does anyone know of a command that when given a file as its arguement returns the created date of the file? It seems that this is not possible in Unix.. I searched the entire web for an answer and couldnt find it! any help would be appreciated! -dm
  17. dmodele

    need some SAP career advice.. can anyone help?

    I worked at Harvard University at a job thats more or less like SAP Basis Admin. I want to learn SAP and move away from the nonprofit scene. Unfortunately, the system I learned at Harvard is only used there. My plan is to get certified in SAP Basis Admin and move all of my experience to more...
  18. dmodele

    Windows Explorer Customizations

    Well, seems that no one knows right off... can someone at least tell me if I have to learn Active X to do this kind of thing? Is there a different resource where I could find examples of customized explorer views. Im surprized that no one knows how to do this.. I thought it was a simple...
  19. dmodele

    Windows Explorer Customizations

    Hi there, You when opt to customize a folder, you get an option to choose &quot;standard view&quot; &quot;classic view&quot;, &quot;simple view&quot;, and &quot;image preview view&quot;. At the bottom of the wizard you have an option to edit the template. &quot;I want to edit this...

Part and Inventory Search

Back
Top