hi forum,
I have a situation thet I use in cmdAdd the command:
conn.execute "Insert into T_process(ID,PKCustumer) values(" & textfields(0) & "," & textfields(1) & "
"
conn.execute "Insert into T_dates(date1,date2) values(" & textfields(2) & "," & textfields(3) & "
"
the situation is, if I let, for example, the textfields(2) blank it give me a error.
thanks all
I have a situation thet I use in cmdAdd the command:
conn.execute "Insert into T_process(ID,PKCustumer) values(" & textfields(0) & "," & textfields(1) & "
conn.execute "Insert into T_dates(date1,date2) values(" & textfields(2) & "," & textfields(3) & "
the situation is, if I let, for example, the textfields(2) blank it give me a error.
thanks all