Using Windows 6.5++ Ver 1.866xRT03
Is there any way to order rows in a single table form with a region based on a column in another table.

Here is what I have:

Company table
cid integer  - Unique id
cname (company name text 30)
...

Sales table
cid  integer
...

I need to edit data in the sales table only -
Edit form is single table based on the sales table and I would like to order by cname,  I would rather not add the column to the sales table.

Thanks
GARY




Reply via email to