Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using non-universe parameters

Status
Not open for further replies.

harryx

Programmer
May 17, 2001
5
GB
Hopefully I've got a simple problem that has got a simple answer.

All I want to do (in simple terms) is to write a report that returns names of committee members, where the user can choose to report , all committee members or current committee members or previous committee members.

Presumably I need some form of prompt to ask the user to select one of 'all/current/previous' but what I don't get is how to create this prompt and relate it to an object in the universe.

Any help appreciated...

 
This all depends on your dat structure. How do you tell if a memebr is current, previous ? Do you have a flag against each member ?
 
There is a join table between the 'person' table and the 'committee' table, in here if the 'end' date is not null the person is still a member of this committee. FYI a person can/could have belong(ed) to multiple committees
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top