I need to update code1 and code2 in table2 from table1.
Code1 and Code2 of table2 must receive the values in table one according to the counts field for example -- The first record of table1 tells me that the first 5 records of table2 that have a matchfld of "fname1" - update code1 with "ABCD"...
Table with three fields
id transdate transamt
Multiple transaction records with same ID and contribution date
and countribution amt
Need to place Unique ID's in one record and supply the following
unique id's,
oldest date,
newest date,
oldest amt,
newest amt,
transaction count...
I have an array called "fldlst" created by afields() and I want to create a new table using that array. Can someone please give me the proper code for that?
Thanks;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.