Search results

  1. T

    InsertFile filename

    dears members, I m trying to add document2.doc to document1.doc by clicking a button on a form. I use the next VBA code. Selection.InsertFile filename:="document2.doc", Range:="", ConfirmConversions :=False, Link:=False, Attachment:=False I get the following message error: Err.number =...
  2. T

    store word document in a variable

    hi, Is there a way to store the text of a word document in a variable without opening the document? I explain: I have document1.doc opened I want to copy and paste the contain of document2.doc at the end of document1.doc without opening document2.doc I ve tried to use Open "document2.doc"...
  3. T

    Empty pages on report

    Hello visitors, I have a report base on a select query but in the report i get the following: page 1 = record 1 page 2, page 3, page 4 = are empty (nothing to see on the pages) page 5 = record 2 page 6, page 7, page 8 = are empty (nothing to see on the pages) page 9 = record 3...
  4. T

    own wornings message

    I use a list box with textfield to fill a form in but when I fill in data which is not in the listbox, I get a warning from MS Access: "The data you privide is not an item from the listbox , Please choose an item from the list." No probleme at this point! But me I want set off this wornings...
  5. T

    autoincrement

    Dears members, Is there a way in MS Access to keep an autoincrment field counting successivly after deleting and inserting? I want the field having the right counting. Thanks in advance for your help
Back
Top Bottom