IF New then...

CraigBFG

Registered User.
Local time
Today, 20:38
Joined
Aug 21, 2003
Messages
68
Is there any way that I can create a record in another table based on the ID of another, when a new record is created.

Eg
Create a new employee record
Insert this new records ID into tblTraining.

I could use a button. Is it possible to say "show button only if form is DataEntry/New Record"?

Thanks
Craig
 
This is possible, but why do you want to do this?

FYI: You can use the Me.NewRecord property to check if the current record is a new record.
 

Users who are viewing this thread

Back
Top Bottom