ChuckCasey
MIS
I created a form in Access2000 for a help desk request. When the user hits the submit button an e-mail is fired off to the help desk folks (the code is in the OnEnter event). The e-mail subject line contains the Ticket Number. The ticket number is an autonumbered field. (Thanks to all the folks here who taught me how to do this.) In my test environment I used the Upsize Wizard to put the tables in a SQL database. Now when a ticket is submitted, the Ticket number doesn't appear in the e-mail anymore. Going back to my Access database I see when I type in the form, the ticket number is generated at the first keystroke. In the upsized one, the ticket number doesn't fill in at all. I assume it is generated after the form is closed. Is there any way to make the Ticket number appear in the e-mail? If I have to change the AutoNumber Ticket number field to a regular number field and increment by one, could someone tell me how to do that? Many thanks for your help.