November 18, 201114 yr hi guys... how can i calculate last record id of another table. Suppose i have two tables, A and B. In B, i want to calculate the last record id of table A. Pls reply soon.....
November 18, 201114 yr Define a relationship between the two tables, using the x relational operator. Then use the Last() function. --- P.S. I wonder why you need this - ordinarily it shouldn't be necessary. Edited November 18, 201114 yr by comment
Create an account or sign in to comment