G
Guest
i have an MAINFORM and an SUBFORM on it in datasheet view, and one command
button
now code goes like this
on cmd click()
if isnull(forms!mainform!subform!fieldx!.form) then
msg box( " recquired data ")
end sub
here datasheet subform addindg the ros automatically after update hence the
command button click event continues to fire how to avoid it please
button
now code goes like this
on cmd click()
if isnull(forms!mainform!subform!fieldx!.form) then
msg box( " recquired data ")
end sub
here datasheet subform addindg the ros automatically after update hence the
command button click event continues to fire how to avoid it please