Hi Guys,
I'm a newbie here, so I really hope someone can help me! I'm also very very new to programming, so I just have a grasp of the basics....
What I am trying to do is create a log in screen for my database. When the user logs in, I want them to go to the user form, but not just that, I would like them to be taken straight to their record. So they log in, and the user form opens up automatically at their record.
Can anyone help with how to do this, I've used the:
docmd.openform"Selections", , , XXXX
with the XXX being the bit I do not know how to enter that tells the form on what record to open.
Can anyone help with how to do this? I need it really urgently!
Thanks.
I'm a newbie here, so I really hope someone can help me! I'm also very very new to programming, so I just have a grasp of the basics....
What I am trying to do is create a log in screen for my database. When the user logs in, I want them to go to the user form, but not just that, I would like them to be taken straight to their record. So they log in, and the user form opens up automatically at their record.
Can anyone help with how to do this, I've used the:
docmd.openform"Selections", , , XXXX
with the XXX being the bit I do not know how to enter that tells the form on what record to open.
Can anyone help with how to do this? I need it really urgently!
Thanks.