I am creating (bascially) an online order form and I want to be able to display a unique confirmation number on a confirmation page. I can create a unique number in the database, but I do not know how to display that same record as a confirmation page, since I do not know the record number when it is inserted. So my thought was to have the ASP page create a unique number before it inserts into the database and assign the value to a hidden field. I was thinking along the lines of a Julian date and the seconds since midnight, or something. But I do not know how to do that in ASP. Any suggestions?
Thanks,
Greg
Thanks,
Greg