Displaying Fields in Multiple Forms

jberry7285

Registered User.
Local time
Today, 17:45
Joined
Aug 6, 2010
Messages
16
Morning all,

I have created a "log on" screen form my DB - how can i display the "log on name" entered in the "log on page" on another page.

For e.g

If i entered "JB" as my log in name - I want the inintials "JB" to be automatically displayed on other forms within the DB?

Any help greatly appreciated.

regards

Jon
 
Couple of ways to do this.

1. Pass the "JB" to a public variable at login then refer to it on the other forms.
2. Have the login screen be hidden and refer to the login name textbox on the form.
 

Users who are viewing this thread

Back
Top Bottom