hassam36 Posted June 16, 2008 Posted June 16, 2008 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
mr_vodka Posted June 16, 2008 Posted June 16, 2008 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; "" ]
Recommended Posts
This topic is 6005 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now