Search results

  1. L

    Store a Word table in Access

    Hi How do you go about storing a Microsoft Word table in access, so that when data from the field is copied and pasted out with VBA into a Word document, it forms table formatting again. Thanks
  2. L

    How is this achieved - stream

    Hi I have just seen a thread in another forum which is exactly the problem for which I am looking to solve. I don't understand some terms written there, can anyone help me? This is the sentence of most interest to me - "....I save the autotext as RTF (Rich Text Format), get the stream and put...
  3. L

    Select listbox on using scroll bar

    Hi There is probably a simple solution to this question but I have been going round in circles - with no solution yet. I have a scrolling listbox pre-populated with numbers 1 to 10 - it is single select. How do I highlight it (it is the one with the up and down arrows on the right)...
  4. L

    Timed label visibility

    Hi I have this simple code Private Sub btnHead_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Me.help_text.Visible = True End Sub which causes a label to appear on a form as the mouse moves over an image. Because it is not a button in the true sense of the...
  5. L

    Trying to move through recordset

    I am trying to move through a recordset - on opening the form my textboxes are already populated with the first record, by clicking this button I want to be able to go through to the last record where a messagebox will tell the user it is the last record - nothing is happening and no error...
  6. L

    problem displaying image in portable form

    Hello I have one default image in a folder called "images" in the same folder as my database. The image is called default.jpg. I have a form with Picture Control in which I want this image to display when the form loads. This code, placed in the VBA environment in Sub form_onload isn't...
Back
Top Bottom