MintonMagic Posted March 4, 2007 Posted March 4, 2007 Hi all, I have a table with some event dates and I have a "home" screen where I would like to show only future dates from this table. Is there anyway to do this? I thought I might be able to with a portal, but I have failed miserably. Thanks in advance!
LaRetta Posted March 4, 2007 Posted March 4, 2007 I don't know if this is two different tables or only one. It doesn't matter anyway ... In your Home table, create a calculation called cToday (result is DATE) with: Get ( CurrentDate ) Be sure to CHECK the Storage options to 'Do not store calculation results." You would join to your Events table as follows: Home::cToday < Events::Date LaRetta :wink2:
Recommended Posts
This topic is 6474 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now