GarstonMassive
Programmer
Hi,
I have a bound form which contains a number of bound controls inc txtDate and txtTime.
I'm trying to suppress the user moving to the next record if they only populate either txtDate or txtTime and not both of them.
The closest I've got is to test the Dirty event on the Form BeforeUpdate event, which works, but doesn't stop the user moving to the next record.
And I thought this one would be simple!
Has anyone got any (elegant) ideas?
I have a bound form which contains a number of bound controls inc txtDate and txtTime.
I'm trying to suppress the user moving to the next record if they only populate either txtDate or txtTime and not both of them.
The closest I've got is to test the Dirty event on the Form BeforeUpdate event, which works, but doesn't stop the user moving to the next record.
And I thought this one would be simple!
Has anyone got any (elegant) ideas?