Shane Posted October 29, 2001 Posted October 29, 2001 I am trying to write a script that gets a product number for a record by using a file that generates numbers and pastes that number into a blank style number field. I don't want the user to be able to get that number unless the field is blank, so I thought that this would be a good place for an IF. All I want the IF to do is see if the target field is blank before it pastes. How do I do this? Thanks Shane
kenseye Posted October 29, 2001 Posted October 29, 2001 The script that you would use is the ISEMPTY script. If Isempty(FieldName) Set Field(..... Hope this helps.
Recommended Posts
This topic is 8430 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