Hi all,
First time I've posted.
So what I'm trying to solve is on the templates in MS Access 07, there is a form in the students details, that when the Students name is entered it uses it for the Title of the form.
What I am after. I have a database for visitor sign in, and when a visitor clicks the sign in button a screen pops up for a matter of 1.5 seconds saying 'Sign in successful'. I would like to add the name of the person just signed in` to the form, which
is where the auto_title effect would fall into it. It would then read something like 'Welcome Joe Bloggs'.
I managed to get the effect of it working, but when the form popped up, no matter which name you sign in it would only display the first name of the control table.
The code in the control source read something like Nz=(First Name), ReplacementText=Unnamed. Something along those lines, can't remember as I can't access database whilst I'm posting this.
Any Help would be much appreciated.
Thank You