J
JMorrell
I have a form that upon a user's input, is populated with various bits of
data. If the user decides to not continue, there is also a button to clear
all the data before closing the form. This button worked well before
migrating the data to an SQL Server, which won't allow null values on one of
the fields that gets cleared. When I bypass the error, I'm able to get past
it, but is inconvenient for the general user (not to mention bad programming).
Is there a way to clear the entire form, or do I have to set values of "" to
each field before I close the form?
tia,
data. If the user decides to not continue, there is also a button to clear
all the data before closing the form. This button worked well before
migrating the data to an SQL Server, which won't allow null values on one of
the fields that gets cleared. When I bypass the error, I'm able to get past
it, but is inconvenient for the general user (not to mention bad programming).
Is there a way to clear the entire form, or do I have to set values of "" to
each field before I close the form?
tia,