June 16, 200817 yr Hello I need to run a script that pre-populates some data in a table for future data entry in a particular layout. There are several required database fields in this table/layout that I do not want to pre-populate and I can't 'commit' the record within the script (to temporarily override database rules). Is there a way to populate a null value in a field that passes database required constraints, but does not really populate the field with anything? I know I can insert a blank space, but I don't want to even do this. Joe
June 16, 200817 yr I dont really understand what you looking for. If you dont want to populate certain fields, then why set them at all to begin with? Are you talking about auto-entry? Anyway, you can always set a field to no value. Set Field [ YourField; "" ]
Create an account or sign in to comment