November 24, 200916 yr I want to create a 'dashboard' which will show the several most recent additions/changes across multiple tables. For example, I want to see a new contact added on 1/1 (contacts table), an agenda modified on 1/3 (event table), a participant who cancelled on 1/4 (registrations table) and a different contact whose address was changed on 1/7, assuming these are the 4 most recent additions/changes to the db. Can this be done and how might I approach it? As always, I very much appreciate your expert help.
December 2, 200916 yr I would build the dashboard page based on the user record. with a number of different portals on it Each portal going to the tables mentioned. Use global date fields so the end user can choose how far back to look in each portal Jerry
Create an account or sign in to comment