P
Pete Davis
I have an Access app that I've built for a small real-estate company. I have
three forms in particular:
1 for properties for sale
1 for properties for rent
and 1 called PropertyDetails that is shared by both of the above forms.
So the for sale and for rent forms each have a property details form
attached with data in common between the two.
What I need to do is find a way that, with a button press, I can create a
new for sale or a new for rent property along with a companion property
details record with all the data but the primary keys copied from one form
to another.
Is there any way to do this automatically or will I need to do it by hand
(a.k.a. copy each field, one at a time, to the new record?)
Pete
three forms in particular:
1 for properties for sale
1 for properties for rent
and 1 called PropertyDetails that is shared by both of the above forms.
So the for sale and for rent forms each have a property details form
attached with data in common between the two.
What I need to do is find a way that, with a button press, I can create a
new for sale or a new for rent property along with a companion property
details record with all the data but the primary keys copied from one form
to another.
Is there any way to do this automatically or will I need to do it by hand
(a.k.a. copy each field, one at a time, to the new record?)
Pete