AW: Menu problem....Group List id issue ?

2009-08-31 Thread Conny Martin
Sean, you can make use of a SQL-Menu with the following statement SELECT login_name FROM user_x WHERE group_list LIKE (SELECT group_id FROM group_x WHERE group_name = '$536870925$')||';%' OR group_list LIKE '%; '||(SELECT group_id FROM group_x WHERE group_name = '$536870925$')||';%' OR

Re: AW: Menu problem....Group List id issue ?

2009-08-31 Thread Sean Harrodine
...thanks Conny - works a treat ! From: Conny Martin conny.mar...@t-systems.com To: arslist@ARSLIST.ORG Sent: Monday, 31 August, 2009 11:19:38 Subject: AW: Menu problemGroup List id issue ? ** Sean,   you can make use of a SQL-Menu