H
Henrootje
I have a form with data concerning companies:
SELECT CompName, adress
FROM tblCompanies
I have a subform that shows all the employees of these companies:
SELECT EmpName, function, company
FROM tblEmployees
A company can have up to 12 employees
I understood frome reading several newsgroups that forms cannot have
columns
(very please, correct me if I am wrong!!!!!)
So I had the idea of creating three identical subforms, the first
showing the first 4 employees, the second showing employees 5-8 en the
third showing employees 8-12
All I can find is how to sort the top 10 but I am not interested in
that, I just want to create the effect of a 'snake-column' on my
form...........
Any suggestions?
TIA, Henro.
SELECT CompName, adress
FROM tblCompanies
I have a subform that shows all the employees of these companies:
SELECT EmpName, function, company
FROM tblEmployees
A company can have up to 12 employees
I understood frome reading several newsgroups that forms cannot have
columns
(very please, correct me if I am wrong!!!!!)
So I had the idea of creating three identical subforms, the first
showing the first 4 employees, the second showing employees 5-8 en the
third showing employees 8-12
All I can find is how to sort the top 10 but I am not interested in
that, I just want to create the effect of a 'snake-column' on my
form...........
Any suggestions?
TIA, Henro.