September 9, 201114 yr Is it possible for a global calculation field in Table A to reference the SortState of Table B?
September 9, 201114 yr If it is global then YES. Global variables are accessible across entire database.
September 9, 201114 yr If you're talking about using Get(SortState) as an unstored global calc, then no: on a layout based on a TO of table A, if the global is defined in table A it's going to show the sort state of table A; if displaying a global defined in table B, it will display the sort state of the relationship.
Create an account or sign in to comment