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

  • Users: tyang01
  • Content: Threads
  • Order by date
  1. tyang01

    Form Field Formatting

    I am having a problem with a Reference field. It is referencing from a Bookmark but the reference field is not keeping the format after a comma. Example: ABC, Inc. - The "ABC," keeps it's formatting in color and anything after the comma does not. Any clue? Thanks
  2. tyang01

    Delete a Table Caption using VBA

    I was wondering if there was a method of deleting table captions or figures in vba? I've checked alot of sources and they only tell you how to add it in VBA. I'm trying to do this in MS Word 2003. Thanks for the help!
  3. tyang01

    Table Caption Deletion

    Hi I was wondering if there is a way to automate deletion of table and figure captions? I've tried: Selection = ActiveDocument.TablesOfFigures(2) Selection.Delete and other alternatives if you have any suggestions please let me know. Thanks.
  4. tyang01

    Page Deletion

    Hi I am working on deleting a 3rd page from a 10 page document in word 2003. I'm not sure where to start I am trying to automate this using VBA and the page is not manual page break. If you have any pointers I would appreciate it. Thanks.
  5. tyang01

    Page Delete MS Word

    In Microsoft Word is there a way to delete page 3 out of a document that has 10 pages?
  6. tyang01

    Bookmark Text

    Hi I was wondering if there is a method of changing the bookmark text so I can reference them in multiple locations of word doc. I have created bookmarks and I am inserting information from a Access form. But instead of inserting it into the bookmark it inserts the information to the right of...
  7. tyang01

    Delete line on a specific page in word.

    Is there anyway to delete a specific line on a page in a Word Document?
  8. tyang01

    Creating a Textbox

    I am having trouble creating a textbox through VBA. It doesn't give me any errors although the textbox will not appear on the form. Can someone help me out? Here is a sample of the code. Set txtAppT = CreateControl("AppTitle", acTextBox, "") ' Set txtAppT = New TextBox With txtAppT...
  9. tyang01

    Listbox: selected item removes item in another

    I have two identical Listboxes. One listbox is used to select the items. From there I am trying to remove the same item from the second listbox.
  10. tyang01

    Pass Var from one form to another

    I'm trying to pass a string variable from one form to another. Can someone point me in the right direction?
  11. tyang01

    Syntax to Concat string with an integer

    I'm looking for a way to concatenate an integer to the end of a string. I've tried various ways and can't seem to find out. If anyone has an idea how to do it in VBA please let me know. Thanks.
  12. tyang01

    Call module in word.

    I was wondering if there is a command in MS access to run a module in MS Word. If someone can point me in the right direction that would be helpful. Thanks
  13. tyang01

    Format Text

    Hi, I am trying to format text on a Word document that comes from a Access database. I've tried using the macro recording aspect on Word. But when I transfer the code over to the Access Module it doesn't work. Here is a sample code. With objWord.ActiveDocument.Bookmarks .Item(tbm2).Range.Text...
  14. tyang01

    Append Problem

    I have a problem I'm using a form to append to the records of data in my table. It keeps overwriting the current data in my table. I've got a RecordId field that is autonumbered and set to not have copies. So my problem is when I open up the form. It selects all the bound fields from the current...
  15. tyang01

    Combobox link to a TextBox

    I need help guys. I'm trying to develop a db that holds What I'm trying to do is link a combobox which contains "application name" to a textbox "department" and have the text box filter which department the application supports. There is just one column in the combobox so. I've tried...
  16. tyang01

    label controlled by a combo box on another form

    I'm not sure how you would do this. I tried to do a on click event but it's not working. If anyone has any suggestions it would be very much appreciated.

Part and Inventory Search

Back
Top