Recent content by saykul

  1. S

    update table links by code

    Public Function link_to_BE() 'Recreate the links to tables in the back end database. 'Links are removed first to prevent the possibility of duplicating tables. 'Reset the name of the back end database in the 5th line below... ' Code works. (Founded From internet ...) Dim tdf As TableDef Dim i...
  2. S

    update table links by code

    Hello , I have two split databases in ms access 2010. I want to update links of tables by code. Backend databases are located on server shared on network. In time, need to use, every month backed up, backend database. Tanks,
  3. S

    format decimal places in a continuous form

    Look at Conditional Formatting on the ribbon. Sakir Aykul
  4. S

    show whole data which longer then text box length on continuous form

    I tried. It showed value of the text box in selected row. When mose moves wherever on the screen (up/down,left/right) it must be shown on over the text box. Thanks alot for your help. Need more opinion. Aykul
  5. S

    show whole data which longer then text box length on continuous form

    Hi, I am new Access 2010. Please tell me how to show whole data of textbox which data lenght is longer then textbox length on continuous form when mouse is over the textbox. Tanks. Aykul
  6. S

    introduction

    Hello! I'm a new user of access 2010 due to my job. I Have some experience with vba through excel, sql and access 2003 in general. Hope to learn from you.
  7. S

    how to change back color of a text box on continuous form

    Great! I am in success . Thank you Paul.
  8. S

    how to change back color of a text box on continuous form

    hello. I want to change back colour of text box dependin on the value of text box on continuous form which data source is query. I am new in Access 2010. If possible, please tell me how and whree to write code. Thanks alot for your participant.
Back
Top Bottom