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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bosk00

  1. bosk00

    Help to delete specific lines from a text file

    The following fixed the problem Selection.Find.ClearFormatting With Selection.Find Do While (.Execute(findtext:="Total number of claims under audit", Forward:=True) = True) = True Selection.HomeKey Unit:=wdLine Selection.EndKey Unit:=wdLine, Extend:=wdExtend...
  2. bosk00

    Help to delete specific lines from a text file

    I have a text file from a legacy system that I am trying to clean up. I have opened the file in word and created a macro to make changes to some of the text, this works without any problems . I then created a macro to find the specific text I was searching for, and a second to delete 2 lines. I...
  3. bosk00

    SAVE THE FLOPPY

    If anyone is interested in the osborne, here is a link. http://oldcomputers.net/osborne.html Alan Senility at its finest
  4. bosk00

    SAVE THE FLOPPY

    In answer to jmd0252. How about the osborne Alan Senility at its finest
  5. bosk00

    Secret of Bill Gates Success ..??

    I guess I can be considered old. I worked in a computer store and we sold the IBM when it first appeared and just for the record Lotus 1-2-3 was not the spreadsheet that came out with it. It was an earlier product called visi-calc. Lotus was the next generation. Alan Senility at its finest
  6. bosk00

    Where are we all from?

    I'm in Royal Palm Beach, FL. and have just recently found this forum. Thanks for all of the chuckles. Alan Senility at its finest
  7. bosk00

    How to combine 3 fields and convert into a date

    That worked great. Thank you so much. If I understood some of what I have read, then the rest can be done using DateAdd. I really appreciate your help Alan Senility at its finest
  8. bosk00

    How to combine 3 fields and convert into a date

    I have 3 fields that when combined are a date, this data is exported form an old AS400 program and can not be changed. The fields combined are for a new contract date. The fields are "T01CONDTM" (Contract date Month), "T01CONDTD" (Contract date day), and "T01CONDTM" (Contract date Month), and...
  9. bosk00

    Can a number be changed to words?

    Thank You Leslie, This is the type of thing I was looking for. Alan Senility at its finest
  10. bosk00

    Can a number be changed to words?

    I have a situatin where we are trying to use information from a data base. One of the fields we have is a quarterly fee. I am trying to automate the printing of contracts. In the database the fee would be "345". But on the contact it need to be printed as "Three Hundred Forty Five Dollars...
  11. bosk00

    Check Box in Table for Query....

    You can check for 0 for unchecked and -1 for checked. Alan Senility at its finest
  12. bosk00

    Query linked to Word document

    You should be able to get it from within the mail merge helper. Open the word document. Turn on the mail merge toolbar. Find the mail merge helper button. Under number 2 the data source it will name the database and query being used. Hope this helps. Alan Senility at its finest
  13. bosk00

    Holidays

    I just wanted to thank everyone here for all the help you have given me, and wish everyone HAPPY HOLIDAYS!. Alan Senility at its finest
  14. bosk00

    Changing format of a number

    What regional setting are you using, I want to experiment? Alan Senility at its finest
  15. bosk00

    Changing format of a number

    Can you give a little clarification. In the example you are saying number. What you are showing is 2 numbers separatied by a comma. Is the field in you table a number or text? In you desired outcome you show a number with 3 decimal places. Is the comma in the first a typo, and should be a...

Part and Inventory Search

Back
Top