SteveMacPSU
Programmer
I have a grid on a form that shows child records from another table. The child table has an index on a numeric, 4 length field that relates back to the parent table. I have them both set up in the data environment and things work fine. Now I realize that I want to show the child records in date order. If I change my child table index to str(appno,4) + dtos(date) descending of course they don't list in the grid any more. Any suggestions?
Steve
Steve