simple setup, sp 2010 foundation, designer 2010
what i want to achieve is a list where the user can mark items as favorite and a "my favorites" page where the same list is shown but filtered for the items the user has selected as favorites
the idea was to have a workflow on the list to add to favorites (list 2 further down) and to filter list 1 for the user and each of the entries
list1 holds some data, reference field is "number" and is unique
list 2 holds only a few fields, "number" as reference to list 1, "user" as the person who created the favorite
list 2 is filled by a workflow manually started on list 1
so list 2 will have multiple items for number and for user, user can be filtered in the view of list 2 but i dont really need to view list 2
its more or less a many to many relationship
how can this be done without programming stuff?
any other suggestions to get to the same result?
i cant put any additional data in list 1, it is read only for the users
tx for any replies