View Full Version : Get Data from other fields


mikkistr
11-16-2000, 12:37 PM
I have fields for driver and car owner information. Like first name, last name, address etc. I would like to be able to check a box or click on something like "owner is driver" and populate the owner information with the driver info to save on data entry, but only if the owner is indeed the same as the driver while allowing different info if owner and driver are not the same.

Thanks ahead to anyone who can help...Mikki

A real begineer
11-17-2000, 01:41 PM
Add a check box to the form. Is owner driver? then write a quiery which says if chkbox is true then divername = ownernmame etc.