Jan 28, 2017 #1 teach314 Technical User Joined Jul 29, 2011 Messages 183 Location CA hi to all Is is possible to programmatically add comments in the top line of the Description column in a table's Design View? Thanks in advance teach314
hi to all Is is possible to programmatically add comments in the top line of the Description column in a table's Design View? Thanks in advance teach314
Jan 29, 2017 1 #2 MajP Technical User Joined Aug 27, 2005 Messages 9,382 Location US Yes. Using DAO, you have to add the "description" property to the properties collection then add the value. see http://allenbrowne.com/func-DAO.html#SetFieldDescription Upvote 0 Downvote
Yes. Using DAO, you have to add the "description" property to the properties collection then add the value. see http://allenbrowne.com/func-DAO.html#SetFieldDescription
Jan 29, 2017 Thread starter #3 teach314 Technical User Joined Jul 29, 2011 Messages 183 Location CA Thanks, majP, for the great reference. Upvote 0 Downvote