October 29, 200124 yr 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
October 29, 200124 yr The script that you would use is the ISEMPTY script. If Isempty(FieldName) Set Field(..... Hope this helps.
Create an account or sign in to comment