John Clennett
2006-01-27 14:52:02 UTC
I have an 'Awards' form that can be accessed by 2 different methods,
1 - Via a customer details form that has a button on it to enable the user
to re-direct to the 'Awards' form passing it the customerID & name so that
the new form can be automatically populated with the selected customer
details. I store the customerID & name in session variables for the Awards
form to read.
2 - Via the main menu form to display a blank 'Awards' form for manual input.
When the user has finished with the 'Awards' form they are returned to the
main menu.
The problem I'm having is that despite clearing all the text fields in the
'Awards' form & clearing the Session variables before exiting, when I next go
into the form it has retained, & displays the previous customerID & name
instead of a blank form.
Has anyone any ideas how to overcome this?
Thanks,
John
1 - Via a customer details form that has a button on it to enable the user
to re-direct to the 'Awards' form passing it the customerID & name so that
the new form can be automatically populated with the selected customer
details. I store the customerID & name in session variables for the Awards
form to read.
2 - Via the main menu form to display a blank 'Awards' form for manual input.
When the user has finished with the 'Awards' form they are returned to the
main menu.
The problem I'm having is that despite clearing all the text fields in the
'Awards' form & clearing the Session variables before exiting, when I next go
into the form it has retained, & displays the previous customerID & name
instead of a blank form.
Has anyone any ideas how to overcome this?
Thanks,
John