Jarvis Posted December 19, 2014 Posted December 19, 2014 I have a database with a "Customer" field that (upon record creation) automatically enters the customer's name from from the previous record. I would like to change this so that this field is empty upon creation but can populated with values of previous field upon hitting a button. How would I write a SET FIELD script that can populate field with contents of previous record?
comment Posted December 19, 2014 Posted December 19, 2014 What exactly is "previous record"? It could mean the previous record in the current found set, or the previous record by creation order (requires a relationship), or something else. How exactly is your current auto-enter set up?
Jarvis Posted December 19, 2014 Author Posted December 19, 2014 Thanks Comment. Those are things I hadn't considered. When I create a new record in this database the "found" set generally includes all of the records. I probably mean the previous record by creation order.
Recommended Posts
This topic is 3626 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