I am wanting to create a recently used list for a couple of tables - eg Clients and Products. The idea being I will have a drop down list showing the last x clients accessed so the user can quickly access current clients. Same for Products. A client or product would only be shown once in the list.
i would appreciate some direction on the best way to go about the design for this. I could add date/time accessed to the tables and then have the drop down list sort and list the most recent - though this sounds inefficient.
If I create a separate table for the lists - do i have a separate row for each item or do I have one row that holds all the client ids and another for products.
Your help would be much appreciated.
Thanks ........... P
i would appreciate some direction on the best way to go about the design for this. I could add date/time accessed to the tables and then have the drop down list sort and list the most recent - though this sounds inefficient.
If I create a separate table for the lists - do i have a separate row for each item or do I have one row that holds all the client ids and another for products.
Your help would be much appreciated.
Thanks ........... P