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 TouchToneTommy 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: ReWeFe
  • Content: Threads
  • Order by date
  1. ReWeFe

    PowerPoint 2000 - Change Text to Vertical?

    When you use PowerPoint 2000's help, and enter "vertical text" on the Answer Wixard tab, this comes up: "Language-specific information Select the object containing the text to be changed. On the Formatting toolbar, click Change Text Direction . Note The conversion to vertical text applies...
  2. ReWeFe

    Hyperlink does not work

    I have a form with an unbound field, I populate through VBA, whenever I move to a new record. The data is from a hyperlink field in a table. However ever clicking on the unbound field with the hyperlink doesx not work, with or without the form field property set to Hyperlink. What gives?
  3. ReWeFe

    Missing Ctrl+A?

    Hello all, having written a small single document application in VB6, with a few text entry fields, I see that Ctrl-C, Ctrl-V, Ctrl-X is working to Copy, Paste and Cut text without adding any code. There's even a pop-up (context) menu with the option to select all text. But please...
  4. ReWeFe

    Changing URL in <A HREF>

    I have a hyperlinked image (&quot;button&quot;) in a MenuFrame. This link w/image, in my frame is defined like this: <a id=&quot;link&quot; href=&quot;http://www.SomeWhere1.com&quot; target=&quot;_blank&quot;><img name=&quot;button&quot; src=&quot;Picture1.jpg&quot;></a> On my main page I...
  5. ReWeFe

    Combo Box in Table Query Problem

    Brief abstract explanation of my problem: In table #3 (field #3) I have a combo box that I ONLY want to show data from table #2 (field #2) that equals data entered/selected earlier in same table #3 (field #2), which contains data from table #1 (field #2). Confused? Me too! Detailed...
  6. ReWeFe

    Combo Box Query Problem

    Brief abstract explanation of my problem: In table #3 (field #3) I have a combo box that I ONLY want to show data from table #2 (field #2) that equals data entered/selected earlier in same table #3 (field #2), which contains data from table #1 (field #2). Confused? Me too! Detailed...
  7. ReWeFe

    Getting source/properties of bound object frame

    I have a form which contains a bound object frame. The control source is an OLE object field from a table. The type allowed is linked (so it dos'nt store the entire image in the database) On my form I can insert a picture fine. Now I want to add three unbound fields on my form. One that...
  8. ReWeFe

    How to pass a recordset to a function

    This might seem to be simple to the more advanced of you out there, but I seem to have some problems with this (read: getting errors). I have a recordset of a table, and I then want to pass the whole recordset (all the fields) to a function where I need to process the data. Well it actually...
  9. ReWeFe

    Gathering data from all records in subform into unbound text field

    Hello there, I have a form with Authors. There is a linked subform with publications. Now I would really like to add an unbound field on the main form, or the subform if it's easier, that goes through all the publications for the Author in view, and put the data (concatenate) in the unbound...
  10. ReWeFe

    How to read current record # on a form

    Hello there, as a part of a little VBA module on form, I need to be able to somehow read/get/return the current record number, the same record number which data is shown on the form, and put it in a variable. Any advice is highly appreciated. Thanks.

Part and Inventory Search

Back
Top