Thanks for the swift reply and the tip, Colin!!! That was very useful. Unfortunately some of it didn't quite work. I wanted to create something like a splash screen, where it waits for a few seconds, then have it automatically redirect to another URL. So there is no built in functions in ASP.NET that supports this function? As for the checkbox, my bad. I made the operator change from == to =. There is no error message now, however, I see nothing happening at all; the checkbox is not checked when the condition is met I've heard something called a Postback, could this be the culprit? For the 1st question, what would you recommend for extracting the primary key value right after a record has been written? It is very important for me because it is the core sections of my site. Is there other functions in SQL that actually allows you to such operations? By the way, another small question, in my Access database, I have 2 fields, one is date, and another is time, both in datetime format. What I extract them as string and display it in a textbox, The date becomes " 27/12/2005 0:00:00 " and the time becomes "30/12/1899 0:17:31," which means I am always getting both time and date, is there a function that allows me to only retrieve one of them? Thanks again for any help on this matter!!! Jericho