nicktheblue
Registered User.
- Local time
- Today, 19:14
- Joined
- Sep 15, 2001
- Messages
- 18
Hello forum,
easy question for you guys (I hope).
when I create a new record using a form, I think I need to use the 'After Insert' event to make access create a new record in a different table, passing thru' the OrderID field value to the other tables OrderID field. For starters, I don't know how to make access do this. Secondly, I was wondering if it could be done simply by using a query to give a full list of all OrderID's and then requerying using after insert event. If somebody can give me a REALLY simple answer to the first question, then forget the second.
I have lots of books on access VBA but getting answers to do simple things seems to be beyond the remit of the authors (or perhaps I don't read them properly).
Thanks in advance,
Nick
easy question for you guys (I hope).
when I create a new record using a form, I think I need to use the 'After Insert' event to make access create a new record in a different table, passing thru' the OrderID field value to the other tables OrderID field. For starters, I don't know how to make access do this. Secondly, I was wondering if it could be done simply by using a query to give a full list of all OrderID's and then requerying using after insert event. If somebody can give me a REALLY simple answer to the first question, then forget the second.
I have lots of books on access VBA but getting answers to do simple things seems to be beyond the remit of the authors (or perhaps I don't read them properly).
Thanks in advance,
Nick