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

    On Click event of form to be executed first before control event

    Hi all, I have a form with lets say 20 text boxes txtbox1 to txtbox20 and I would like to run the code under Form_Click or detail_Click instead of running the code for the control event. Does anyone have an idea hoew to do this Thx
  2. MooYai

    read Audio Cd information with Access

    I would like to do my own CD database in Access and therefore I need to read the file (tracks) - information from the Audio CD's in the CD-ROM drive. I want to read out the title and the time (length) of the song. I did not find anything in the forums which comes close to reading information...
  3. MooYai

    Syntax for Form Filter for 2 variables

    Hi, I have a problem to open a form from another form by setting the Filter for the form to be opened. I want to open that form lets call it formB which depends on two variables 'songId' and 'songOffset'. I am using the following code in the form Load event of formB for one variable...
  4. MooYai

    write to a Word bookmark from Access Form

    I have a Access Form which creates and opens a Word file via a Hyperlink.Follow command.Before the user enters any data in the Word file I ant to update certain areas (bookmark in a table) of this word file. I've been trying for months but I can't figure out how I can write data to a bookmrk in...
  5. MooYai

    Update a Word bookmark from Access VBA Please please help

    In Access I create a MS Word file by copying it from a Template then I open it with a Hyperlink (Follow...). This works fine. Then I would like to update some bookmarks in the new MS Word Document but I don't know how to do it. I already tried something like Dim appWord As Object Set appWord =...

Part and Inventory Search

Back
Top