Search results

  1. F

    Solved Vertical Spacing in a textbox

    try that but nothing happens
  2. F

    Solved Vertical Spacing in a textbox

    Try that but none can increase space between lines
  3. F

    Solved Vertical Spacing in a textbox

    Yes !
  4. F

    Solved Vertical Spacing in a textbox

    Yes and nothing changed probable because of the rich text property (some part need to be in bold)
  5. F

    Solved Vertical Spacing in a textbox

    Hello everyone, I need to increase the line spacing in one the textbox in my report. I've already increase the font size but the line between text are still too small. It would be great if someone can give me a workaround. I'm on it for few hours now and haven't found anyting on this.
  6. F

    Thanks, noted !

    Thanks, noted !
  7. F

    So it will be at 13:00 here in Cameroon. I'll be at work but I'll try to find a way to join.

    So it will be at 13:00 here in Cameroon. I'll be at work but I'll try to find a way to join.
  8. F

    Hi isladogs, Just wanted to thank you for this post. It is absolutely amazing. Thank you VERY...

    Hi isladogs, Just wanted to thank you for this post. It is absolutely amazing. Thank you VERY VERY much !!!! 🙏🙏🙏🙏
  9. F

    Solved Loop through all buttons in a form

    It certainly is... (y)
  10. F

    Solved Loop through all buttons in a form

    I just want to laught. So It was just there all this time.... Silly me 🤦‍♂️ Thank you theDBguy and Pat Hartman...
  11. F

    Solved Loop through all buttons in a form

    I'm Trying to have all labels align on the left. If there is a way in the design mode in access 2013 to do that, I didn't see it. So I found the code above (made on the first two buttons as you see).
  12. F

    Solved Loop through all buttons in a form

    I'm building in ms access 2013 and there is no way to align button's labels in the design mode (or did I miss someting ? :unsure:). So I searched and found this code.
  13. F

    Solved Loop through all buttons in a form

    Hi, I have a form with many buttons. I need the labels of those buttons to be align on the left so I have this code on the load event : btn_1.Alignment = 1 btn_2.Alignment = 1 btn_3.Alignment = 1 and so on... How can I loop through those buttons to set this one time and for all. I don't want...
  14. F

    Solved ODBC link through VBA

    Hi everyone, Just to close this, After some research, I found what I was looking for. A function with something like that : Set ADOConn = New ADODB.Connection ADOConn.ConnectionString = "Driver={MySQL ODBC 8.0 Unicode...
  15. F

    Module to open ADO connection at apps start

    Thanks for the reply. My skills are not up to those kind of things yet. Could you provide me some example ?
  16. F

    Module to open ADO connection at apps start

    Hi everyone, I hope y'all doing great. I'm starting a ms access apps with MySql as BE. It will be over the internet. Now I don't have problems with open an ADO Connection or a Recordset. What I need to do is to create a module to establish the connection at the start, so I'll not have to repeat...
  17. F

    Need advice to move my app to a remote server

    That's it, the BE over the internet. Didn't know about RemoteDesktop or Citric. I'll go to see what they're about.
  18. F

    Need advice to move my app to a remote server

    Hi, I've create a relatively small application with Access 2013 and MYSQL. The BE is on a local server and everything works just fine for all the users. Now I need to move this app to a distant server (an online hoster). It has 10 tables (the largest as like 20 columns), 25 views and all rows...
  19. F

    Solved ODBC link through VBA

    Okay I'm going to read about that File DSN thing. Thanks.
  20. F

    Solved ODBC link through VBA

    Sorry maybe I really don't know the difference. I just want to avoid setting up the connection for every user.
Back
Top Bottom