Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm looking for some pointers on how best to design an application to allow users to input their UserID and only see their activity/results.
I'm not sure if an InputBox or Search Tool is the best way and I do have some show/hide experience using variables, but am not sure how to begin this design.
I've read through much of the show/hide but none of the questions or responses seemed to match what I am seeking.
Thank you!
If you only want the user to see their own information, have you thought about reducing the data by UserID? This way they wouldn't need to input their user ID at all - the data would already be narrowed to their activity/results. If you want them to be able to see everyone's data, then a Search Box and/or a plain old List Box sounds like the best way to go to me.
I agree with Rebecca.
If you have data that only should be available on a spec level would I recommend that you use section access to reduce the data based on ex. NTNAME to only show data for the spec user.