Lets assume I want to add a drop down box or text box on my layout that determines which recordset by year I want to display. I have year a field that has extracted the year from the date. The existing record set is based on one main table and displays as a form list and I do not have any portals on the form as to show the records I want it did not seem necessary.
If you were going to implement the drop down list to choose a selection year how would you go about it?
Main Topics
Browse All Topics





by: lesouefPosted on 2008-02-24 at 02:13:57ID: 20969426
make the year field (the popup in main table) GLOBAL.
add it to the relationship used to display related records (provided you have a year field in the sub table; if not make one by extracting the year from the date on subtable side.
to sum up:
existing link:
maintable::id = subtable:id
and you add
main::table = subtable:year (which is year of the date field)