R
Ricardo N
I am fairly new to Access (2002) and have built a form that has two enbedded
subforms. The underlying table has an AutoNumber P_ID field as primary key. I
want the records to come up ordered by another field, PLName. I set the Form
property Order by to PLName first, and then to tblParents.PLName later and it
still doesn't work. I read another thread where it was suggested to put:
Me.OrderBy = "table.field" in the On Load event of the form. I did that too
and it still won't sort. What am I doing wrong?
Thanks in advance
subforms. The underlying table has an AutoNumber P_ID field as primary key. I
want the records to come up ordered by another field, PLName. I set the Form
property Order by to PLName first, and then to tblParents.PLName later and it
still doesn't work. I read another thread where it was suggested to put:
Me.OrderBy = "table.field" in the On Load event of the form. I did that too
and it still won't sort. What am I doing wrong?
Thanks in advance