ContributionsMost RecentMost LikesSolutionsRe: Checkbox is date is greater than another dateThanks Mark, that worked perfectly ------------------------------ Brian Brian ------------------------------ Checkbox is date is greater than another dateI'm looking for a formula that can mark a checkbox true if "Date Created" is 3 or more days greater than "Date Received". Any assistance would be appreciated. ------------------------------ Brian Brian ------------------------------ Re: Find Record Owners EmailThanks Mark, that was so simple ------------------------------ Brian Brian ------------------------------ Find Record Owners EmailI'm trying to create a formula to populates the email address associated with the record owners email. Does anyone have any insight to help me work this out? ------------------------------ Brian Brian ------------------------------ Email RemindersIs there a way to set up an email reminder that references a specific report or only specific fields with in a table? ------------------------------ Brian ------------------------------ Is there a way to track who modified a specific field being changed?Is there a way to track who modified a specific field being changed? I have a a check box called "Checked In". I would like to be able to see which user selected this option and when it was done so it could be referenced later if needed. There may be other changes in the form that could occur after the "check In' box was selected so i can not relay on the "last modified by" remarks on the bottom of the form to specifically provide accurate details as to who changed the specific checkbox once other fields are edited in the future. Disable Formula URL Button?I have a formula URL button that prints a Microsoft Word Document when its pressed. Is there a way that i can disable this URL button if a have a specific checkbox selected? Basically if i used the button to print a document and then select a check box, someone else is not able to print the same document. Any suggestions would be appreciated. Re: I need a formula that references an empty field to not display as zero.Thanks for you help. i received a formula error saying that it was looking for "text" for the second "Related Item" part of the formula. Next i tried to convert the related item item fields to text and replaced the {related item} field with my converted to text fields but then the error was that it was looking for a number. Finally i combined the fields and it worked . List(" ", IF([Related Item3]>0, [Rel3 Item to text]), IF([Related Item4]>0, [Rel4 Item to text]), IF([Related Item5]>0, [Rel5 Item to text]), IF([Related Item6]>0, [Rel6 Item to text]), IF([Related Item7]>0, [Rel7 Item to text]), IF([Related Item8]>0, [Rel8 Item to text])) I appreciate getting my on the right pathI need a formula that references an empty field to not display as zero.I need a formula that references an empty field to not display as zero. Here is a bigger picture of what I've got going on to hopefully clarify what i'm looking for. I have parts checkout table that has a table to table relationship with a master parts list table. I've made multiple reports from this mast part list table where each "Item" has a report to list multiple serial numbers under that Item calcification. When the user is going to check out a part in the parts check out table, they select a radio button for a part type and then a drop down list will source serial numbers from one of the previously built reports. For example, by selecting "Related Item 1", "Related Item 2",or "Related Item 3" a different list of serial numbers would show available. For each transaction, only one item / serial number is able to be selected. So if i choose Item 2 and pick a serial number from that filed, then Item 1 and Item 3 would be blank. I have report in the check out table that is a mast list of all the check outs. Instead of seeing "Related Item 1", "Related Item 2", and "Related Item 3" columns on the report where two of the three columns would be blank, i want to make a field that would combine all of these related item into one formula text field to display a serial number regardless which Related Item is selected. I've tried a few options but the empty fields keep displaying zeros. Can i please get some of your expertise on combining these fields without having the empty spaces display as zeros?Re: Referencing multiple field for a formulaThanks for your help. Its working now