Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6613951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:16:46+00:00 2026-05-25T20:16:46+00:00

I have a LinkTable which points to an existing table of SQL server in

  • 0

I have a LinkTable which points to an existing table of SQL server in my Access database.
I need to change the ‘Description’ property value for that table link.

I had tried many ways but failed to do that.

Can any any one help me in this regard ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T20:16:46+00:00Added an answer on May 25, 2026 at 8:16 pm

    Some notes.

    Dim db As DAO.Database
    Dim tdf As TableDef
    
    Set db = CurrentDb
    Set tdf = db.TableDefs("Table1")
    
    On Error Resume Next
    tdf.Properties("Description") = "Link"
    
    If Err.Number = 3270 Then 'property not found
        Set prp = tdf.CreateProperty("Description", dbText, "Link")
        tdf.Properties.Append prp
    End If
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a database which consists of the following: ** Table 1 ** Id
I have a pregenerated CSV file on which I need to run SQL queries.
Have you ever seen any of there error messages? -- SQL Server 2000 Could
I would like to generate a Data Dictionary for a SQL Server 2008 database
I am using SQL Server 2008 R2. I have imported 2 tables from excel
I have table named lantable in sqlite database where there is a column named
I have a table named Books which contains 3 columns. TableName: Books Columns: BookId
I'm creating a 'similar items' link table. i have a 2 column table. both
Have just started using Visual Studio Professional's built-in unit testing features, which as I
I have a PrivilegeGroup table, a Privileges table and a link table because the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.