Using a macro - what condition do i use to synchronize records be.

C

cmarkowitz

I need to synchronize records between two forms. How can I acheive this? Is a
macro the best way?
 
A

Alex Dybenko

Hmm, not sure what you mean exactly, but if you need to cope one record to
another - you can use update query
 
Top