Hello,
I have a layout called members. It has a first name , last name,
institution name etc etc. This layout also has a ****tal which displays
member****p information such as expiration date, year, fee received
etc. ( it im****ts information from another related table for the
expiration date field).
Now, I do a find on a Institution name : lets say New York University.
I get a found set of 7 records. NYC has member****p info in the ****tal
from the past 3 years so my ****tal would look like this:
year fee received expiration date invoice number
2006 10$ 10/10/2007 123456
2005 12$ 10/11/2006 7890
2004 10$ 12/11/2005 12345
Now, I need to just update the first row in the above table for all
records in the found set. Is there a way I could do this using a
global replace or would I need a script to perform the above action
for me?
PLEASE HELP!
Thank you.
Deepti.


|