Morning guys -

I am running the subroutine below when scanning my ReworkNo to pull 
up the record information.  Once I find this record, how can I 
create a new record with the same ReworkNo?

Much thanks for your help!

Clayton


Private Sub cboFind_AfterUpdate()
    Application.Echo False
    ReworkNo.Enabled = True
    ReworkNo.SetFocus
    DoCmd.FindRecord cboFind
    cboFind.SetFocus
    ReworkNo.Enabled = True
    Application.Echo True
    





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/q7folB/TM
--------------------------------------------------------------------~-> 


Please zip all files prior to uploading to Files section. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessDevelopers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to