Recent content by good guy

  1. G

    Control Tips Text or background color

    Hello gsrajan, In the properties box of each form, section Other, menu shortcut, include your tip about your textbox. To change your textbox backcolor: Me.txtName.Backcolor = 255 (red color) Me.txtName.Backcolor = 0 (black color) Search for a table of colors and its code for Access VBA.
  2. G

    Hello everybody

    Hi, My name is Eduardo, also known as Good Guy in Brazilian forums. I have a site of applications in Access VBA where I post for downloading applications and games. I like programming in Access VBA very much. I am a developer and would like to learn and share knowledge with my new friends.:cool:
Back
Top Bottom