View Full Version : Copy data from one form to another


yames
03-30-2001, 12:56 AM
Hi
I would like to create a link on one form in Access to another, but I want the data from the first form to be copied into the fields of another.
E.g. the first from is a Treatment form, and once the information has been entered, i would like the user to click on a button to a Accident Report form, which will copy all the fields from this first form into the fields in the new form.

Thanks to anyone that can help me!
James

llkhoutx
03-30-2001, 08:15 AM
You have to use DAO code to transfer data from one form to another.