K
Keith
I have a main data entry screen with one subform on it.
The main for contains information about a customer, and
the sub form contains information about orders. One entry
per ordered item.
I have put in a routine to check once a new entry has been
entered in the subform, whether there is already a
standard delivery item added for this order.
What I want the system to do is after the recrd has been
saved, if there is no delivery item append a delivery
entry to the table.
I was going to do this with access basic, but I have been
away from programming for about 5 years, and I can't
remember the process.
Can anybody help? I need to add the record, then take the
current customers reference and the date of the order and
update the new record with this information.
The main for contains information about a customer, and
the sub form contains information about orders. One entry
per ordered item.
I have put in a routine to check once a new entry has been
entered in the subform, whether there is already a
standard delivery item added for this order.
What I want the system to do is after the recrd has been
saved, if there is no delivery item append a delivery
entry to the table.
I was going to do this with access basic, but I have been
away from programming for about 5 years, and I can't
remember the process.
Can anybody help? I need to add the record, then take the
current customers reference and the date of the order and
update the new record with this information.