want to check all the textboxes are filled and then only we can insert into the database.
I m afraid of this y u all not maintain readability of ur programe.
Use tabs for clean coding.
When u use tabs like
- if text1="" then
-
msgbox "None"
-
else
-
if text2="" then
-
msgbox "None"
-
end if
-
end if
now u know where s the end of first if and where is for second and debugging is easy.
When u r posting any question try to put code quotes around code
Regards
>> ALI <<