ab
1 TopicFind Max Value from related
I have 2 tables. They have a many to one join on companyname Table 1 = Data (Companyname, location, State) Table 2 = Users (lastlogin, totallogins) How can I return the number Users.TotalLogins? I want to presume that Table2 might have more than one totallogins for whatever reason and return the bigger number. ThanksSolved1.1KViews0likes3Comments