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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MrBaRRon

  1. MrBaRRon

    How to declare a public variable

    I think it will help me. Thank U very much ag ain for your help ; )
  2. MrBaRRon

    How to declare a public variable

    ok I will check. Thank U again for your help
  3. MrBaRRon

    How to declare a public variable

    I need more details because when I call the variable from the report code by example (with msgbox) , the value is blank and not the one I set.
  4. MrBaRRon

    How to declare a public variable

    Ahhh Thank U very much. It's clearer now. Thanks ; )
  5. MrBaRRon

    How to declare a public variable

    Hi everybody, I have to declare a Globale variable in VBA so that I can reuse it in another function (sub). What is the syntax please ? Can I declare it everywhere in my project ? Thank U
  6. MrBaRRon

    Printing various Access reports in VBA

    Ok. thank U very much but which sub must I call and from which sub, and what is the code I must to link with the button for printing ? Thank U for your interest !
  7. MrBaRRon

    Printing various Access reports in VBA

    Yes but their are various reports to print simultaneously and each one doesn't have the same number of page. If I do like that, for each report printed the page number restart at zero. But all those reports make one general report.
  8. MrBaRRon

    Printing various Access reports in VBA

    Aaaah !! Thank U very much and thanks for your interest. By the way is it possible to insert an auto page number on each page printed ?
  9. MrBaRRon

    Printing various Access reports in VBA

    Hi everybody, I need to print various Access reports (about 6 reports) in VBA. Does anyone know the function or the syntax to do it ? Thank U
  10. MrBaRRon

    How to make the sum of two fields of a an Access table

    Ok you are right, their is no need to create a field in the table to make the sum... I have tried as you say and it's ok. Thank U very much for your interest.
  11. MrBaRRon

    How to make the sum of two fields of a an Access table

    Hi everybody, I would like one field in an Access table be the sum of two others fields in this table. Thank U.
  12. MrBaRRon

    Variable name for forms control

    but it don't works" means it returns me that the object is not in the collection.It don't find any object with this name.... Thank U for your interest.
  13. MrBaRRon

    Variable name for forms control

    I have tried but it don't works. It is very surprising if their is not a good syntax no ? Thank U for you help.
  14. MrBaRRon

    Variable name for forms control

    Thank U Gerry for your interest. In fact , i Would like to do something like that: ActiveDocument.FormFields("text3").Result = "TEST" With ("text3") as variable, by example: Dim namefield as string namefield = Recordset("field_table") ActiveDocument.FormFields("namefield").Result = "TEST"...

Part and Inventory Search

Back
Top