hi...this is my scenario...user fills out form and clicks next-->next page shows users information which is stored into a tempusers_tbl; if the user agrees with the info they click next-->the information is then emailed to the hr dept from the database....hope this helps...thanks for your time...
The best way I've found to do something like this is to put a time in your DB and search for the current minute that why without extreme unluck you get the last query back, however this method can be in-effective if the minute changes before the query is sent out.
i should have made myself more clear...im using access as my db and asp as scripting lang...info is stored in my temp table...from the temp table i have data going to a master table...that works fine...i also want the data to go to my email from the temp table...how is this possible...thanks for your time...