SubForm Datasheet row updated event

mfaisal.ce

Member
Local time
Today, 21:58
Joined
Dec 21, 2020
Messages
76
Hello,

I have a subform with datasheet view. Now, the problem is how i can find out that New Row added or updated because i want to validate the value of column...

KIndly guide, which event i can use to check for every new record added or updated,????
 
you validate it Before the Record is saved.
you can use the "column" BeforeUpdate event or the Form's BeforeUpdate event
to validate the "column".
 
you validate it Before the Record is saved.
you can use the "column" BeforeUpdate event or the Form's BeforeUpdate event
to validate the "column".
Subform has only 02 events ( onentry & onexit), there is no other event shown... Basically, i have master child form with child form as datasheet view, so i want to control input or validate the datasheet values on every new row entered......
 
you need to Click on the Upper Left Square of the subform in design view to be able to see it.
(after clicking on it it will become Black square).
 

Users who are viewing this thread

Back
Top Bottom