Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 13th, 2006, 07:05 PM
Karl
Guest
 
Posts: n/a
Default Update Caption for Fields using code?

Can you update the caption property for fields in a database using code?



  #2  
Old November 13th, 2006, 07:15 PM
Tom van Stiphout
Guest
 
Posts: n/a
Default Re: Update Caption for Fields using code?

On Mon, 13 Nov 2006 19:23:15 GMT, "Karl" <someone@sbcglobal.biz>
wrote:

You can update any property, so I'm thinking this one as well. Just
note that if a property value is not yet set, the entire property may
not exist, so code like:
currentdb.tabledefs(x).fields(y).properties("Capti on")="test"
may fail with an Object not Found - like error.
Use CreateProperty in those cases.

-Tom.

Quote:
>Can you update the caption property for fields in a database using code?
>
>
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles