Jump to content

How would I do this?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
J-Camz

J-Camz

    Newbie

  • Members
  • PipPip
  • 20 posts
I have a project to do for school and for my system a membership list is generated each month based on certain requirements. If a name appears on all the lists (Dues, Meeting and Service attendance) then the name will be added to a membership list. My problem is that I want to let the user viewer previous lists created so how can i have different membership lists for each month and then use the month to search for it?

#2
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts
If i understand u correctly for the first part of your question (I want to let the user viewer previous lists), i think u can map the membership list for monthA unto that monthA's ->'Dues, Meeting and Service attendance' lists
Then if you search for a particular month then you already have that months membership list mapped to it somehow. not sure how u are implementing any of this.

Dont really understand: a different list for each month. How is this data being supplied? Can u explain alittle more.
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:

#3
J-Camz

J-Camz

    Newbie

  • Members
  • PipPip
  • 20 posts
Thanks for replying but I think solved the problem.