Jump to content

Auto-enter previous not working...?


This topic is 8567 days old. Please don't post here. Open a new topic instead.

Recommended Posts

The auto enter from previous record only works in the current session. If you close out and re-open the file there is no previous record. You would need to set up an open script to find the last record created and set those value(s) in some global fields then use the globals to populate the fields.

Link to comment
Share on other sites

If it's really really important for you to have this feature, you can do it with an autoenter-calculation based on a serial number relationship in the current file. The basic idea is that each record is related to the previously entered field by means of a serial number field. The autoenter calculation looks up the previous record's field value and autoenters it into the new record. It's kind of messy and I don't recommend doing it unless it's critical to have.

Link to comment
Share on other sites

  • Newbies

i had this same problem in a file , I finally made a script to duplcate the record instead of new record ,"I had a lot of long medicine names I did not want to keep typing,"

then

using SetField["yourfield",""""]

in the script to set all the fields I did not want to copy to next record

Link to comment
Share on other sites

This topic is 8567 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.