August 1, 201213 yr Hello all Is there a command to capture the field name, not its contents, into a local variable?
August 1, 201213 yr Author I have a database with a layout with 4 fields to display images. Next to each one is a button to delete or clear out the field. Instead of using 4 different scripts based on each field, I would like to use one script but the script need to know what field name its focused on.
August 1, 201213 yr Unless the cursor is in the container field, there is nothing to capture. However, you can use the script parameter to pass the name of the field associated with each button.
Create an account or sign in to comment