Hi Gemma,maybe you can use this remark in a SQL query as Rowsource for the combo? Active = 1, notActive = 0
Code:SELECT Services.Service, Services.Price, Services.ServiceID, Services.Active FROM Services ORDER BY Services.Active DESC, Services.ServiceID
Thank you for the suggestion.
It seems valid point, however I was having hard time implementing the code behind the logic.
Can you please me help me understand how could I implement this code into Mike's example database above.
Thank you for your help in advance.