A
Andrew Ofthesong
Hi, i have a table, in wich designs i have established certain rules...
And i have a form, for that table...
I have programed some checking on "Form BeforeUpdate", but access internal
codes are executed before mine....
Some of this checkings are to avoid some fields being in blank... so doing
the textbox beforeupdate does not make sense... (if you never enter the
textbox, it will be blank, but the beforeupdate of that control will never
be fired)
I don't wan't to free the table's design restrictions (and just check by the
forms code) because i thin that will put in danger integity of table if
future developments use another form...
Any ideas??
And i have a form, for that table...
I have programed some checking on "Form BeforeUpdate", but access internal
codes are executed before mine....
Some of this checkings are to avoid some fields being in blank... so doing
the textbox beforeupdate does not make sense... (if you never enter the
textbox, it will be blank, but the beforeupdate of that control will never
be fired)
I don't wan't to free the table's design restrictions (and just check by the
forms code) because i thin that will put in danger integity of table if
future developments use another form...
Any ideas??