Gossamer Forum
Home : Products : DBMan : Customization :

Showing item ONLY after date

Quote Reply
Showing item ONLY after date
I've got a relational database of sorts built, but I'd like to be able to have the links to the second database only work after a certain date. One database is the Production Calendar where production orders are input. A second database is the Press Reports with details from the run. I've got the links between the db's working perfectly - I just want to take it a step farther.

There is a field called "PressDate". I want my link to only show up after the PressDate has arrived.

Something along the lines of "If PressDate equals or is greater than value in PressDate, print this".

Can this be done?