I have a table with Customer information keyed by CustAcctNum field.The Many table has account activity associated to CustAcctNum. I want to query just the latest by date(Max)from the many table and retrieve all fields for billing purposes and I want the customer information associated with that account. I'm okay until I use more than one field from the many table.
Jim
Jim