G
Guest
Hi all,
Upon the initial opening of a form (form1), I would like it to then open a
second form (form2), but only if there are records within the table that the
second form is controlled by. I am guessing I would need to use the onLoad
event for form1.
To make it more complex, it I was to open form2 manually, it currently
performs this check, but instead of either opening the form or not, it
questions the user if they would like to add a record or not. I need this to
stay this way as it works great if a user tries to open the form manually
later on, but what I really also need it to do is open upon with the initial
load of form1, but only show up if there are records that meet the criteria
to load it and not prompt the user.
form2 is a task list for employees and should only open if there are open
tasks (controlled by a yes/no) that are available for the currentUser
(employee)
Not sure if this makes sense? Help would be greatly appreciated.
-gary
Upon the initial opening of a form (form1), I would like it to then open a
second form (form2), but only if there are records within the table that the
second form is controlled by. I am guessing I would need to use the onLoad
event for form1.
To make it more complex, it I was to open form2 manually, it currently
performs this check, but instead of either opening the form or not, it
questions the user if they would like to add a record or not. I need this to
stay this way as it works great if a user tries to open the form manually
later on, but what I really also need it to do is open upon with the initial
load of form1, but only show up if there are records that meet the criteria
to load it and not prompt the user.
form2 is a task list for employees and should only open if there are open
tasks (controlled by a yes/no) that are available for the currentUser
(employee)
Not sure if this makes sense? Help would be greatly appreciated.
-gary