OnNewRecord Function?

darkstar257

Registered User.
Local time
Yesterday, 18:18
Joined
Jan 6, 2011
Messages
77
Just like events like OnEnter, OnClick, etc. Is there a way to do a OnNewRecord? I would like to have a code run once the user starts a new record
 
This link may also give you some pointers.
 
The NewRecord property works for my troubleshooting. Although I'm still stuck at what i'm trying to do. I'm trying to pull up multiple records from the form view of a subform table. It's an annoying limitation to the One-To-Many relationship that it can only pull up many records in table format.

So far i've had no luck as acCmdSubformFormView command doesn't work on a subform that is created as a table.
 

Users who are viewing this thread

Back
Top Bottom