I request data from an access database using FP2000 asp page that will return to requestor the company name and below all employees for that company directly under company name.Currently I get the company name and employee (1)
Next field repeats company name and next employee and so on.
How can I get a database output that provides
(1st field)
Company name #1
Employee #1
Employee #2
Employee #3
(2nd Field)
Company Name #2
Employee #1
Employee #2
Employee #3
Any help really appreciated