Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
OK, so for my app, I actually set it up with a hidden table of users. There is a button on the dashboard that the user clicks (It is actually on a mini report as I needed to use formuals), which either takes the user to their own userid record on a table of users (in edit mode), or else creates a userid record on a hidden table of users.
That way each individual user sets their own timer. I have a relationship to my details table based on a reference field of [Current User] - formula of
User()
That way each individual user sets their own timer. I have a relationship to my details table based on a reference field of [Current User] - formula of
User()