I have a tabbed interface. Tab one has details about that record e.g. clients
Tab two is an input form that lets you add new client
Basically after i added the client i want to go back to view this record in the first tab. i can put a button with Me.Requery, works fine.
Is there an Event Procedure on the form i can use to do this automatically?
Anyone got any good links to event procedures explanations.