Dagel Posted January 14, 2006 Posted January 14, 2006 (edited) I have a field named Current_Call. I would like to be able to move the contents of that field into a repeating field Call_History within the same record. How does one determine the next empty cell in a repeating field in order to script the proper Set Field step? Thanks! Edited January 14, 2006 by Guest
T-Square Posted January 15, 2006 Posted January 15, 2006 I want to preface this by saying that I am not a fan of repeating fields. Before you push your data into a repeating field, ask yourself whether you will want to use this data in some way in the future, because if you embed it in a repeating field now, you'll have a hard time getting it out again later. And what happens when you have a 30-repetition history field, and the 31st entry comes along? Perhaps you could create (without too much trouble) a related table with all the information laid out in separate records. The "current" entry is simply the one with the latest date in it; the history is a portal showing all your entries... David
Raybaudi Posted January 16, 2006 Posted January 16, 2006 Neither you need a repeating field to make what you wish... Give a try to the attached file :( History.zip
Recommended Posts
This topic is 6888 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