>Could anyone please give me any ideas how I can get that to update before I
>create teh e-mail ticket?
Put a line in the code
If Me.Dirty = False Then Me.Dirty = True
This will force a write of the record to disk, and increment the autonumber.
John W. Vinson [MVP]
FargoBison - 12 Jul 2007 16:19 GMT
>>Could anyone please give me any ideas how I can get that to update before I
>>create teh e-mail ticket?
[quoted text clipped - 6 lines]
>
> John W. Vinson [MVP]
Thanks for the help! I was trying to make it harder than it actually was