ContributionsMost RecentMost LikesSolutionsRe: Automatically Update Date Field Well, let's start with the easiest solution and work from there. There's already a built-in field called date modified. It will show you the date and time that the record was last modified. if you don't wanna see the time of day, then you can set the field properties for that field not to show the time. As an assign, you can also show the field class modified by, and that would let you know who made the last update. Re: "Can not update built-in fields values." . Re: problem populating relationship field from import . Re: Using RegexReplace() Can you give an example of the before and after results you are looking for? Re: Allowing Duplicate Entries . Re: Display an Image on Add Record Form . Re: Convert Email Lookup Key to Text . Re: Provide Link to New Record on Predecessor Record . Re: Removing Blank Input Type Sorry, I actually was meaning to show a screen shot or a portion of the form on a real record showing the blank choice being offered to the User. Re: Pop up window from table home to preview record You can force a new Tab with this change to the hyperlink var text Hyperlink = "<a href=" & $URL & " target=_blank" & ">" & $Words & "</a>"; I was thinking that you don't need a small popup as the user has a Preview. There is probably extra syntax for that which I don't have handy.