cherokee
5th October 2012, 20:52
Hello everyone,

I want to leave empty a field when the record is newly created but the user, later has to go and put a value (i.e. yes/no).

In the PS I tried to put 0 but obvously doesn't complie because the field is an enum. In addition, after the table reconfig, I have all those fields with value "0 empty" and not default value for the field, thought that will do but, it doesn't.

any idea?

Thanks,

GaryEd
5th October 2012, 21:50
try putting = empty

cherokee
5th October 2012, 21:58
Thanks worked!

Did not know you could do that.

Thanks,