E-mail List Archives
Re: need table help
From: aknock
Date: Jan 20, 2005 2:54PM
- Next message: aknock: "Re: Check Images"
- Previous message: Sailesh Panchang: "Re: A Problem with a Table, Checkbox, and Label"
- Next message in Thread: michael.brockington: "Re: need table help"
- Previous message in Thread: Austin, Darrel: "Re: need table help"
- View all messages in this Thread
Axes. Given that each employee always has two employers, is there
anything wrong with:
Employee Name | Employee Status | Employer 1 Name | Employer 1 Status |
Employer 2 Name | Employer 2 Status
------------------------------------------------------------------------
-----------------------------------
(that's 6 columns, in case it wraps)
That would be the most usable solution, given that you want person to be
unique. I know that's not visibly what you were after, though to me
your original sketch didn't make sense semantically unless you gave each
record its own table and repeated the headers - there's no intrinsic
association between employee and employers otherwise, that is if you
want work out which is which.
If you don't mind duplicate employee rows, then you could just have:
Employee Name | Employee Status | Employer Name | Employer Status
-----------------------------------------------------------------
Employee A | Happy, thanks. | Employer 1 | Stressed
Employee A | Happy, thanks. | Employer 2 | Chilled
But you then end up duplicating employee name and status and there's a
whole lot more to read through. I'd opt for the first layout in a
non-web situation, so presumably would opt for the same in a web
situation. That makes it easier to mark up sensibly too, I think?
Incidentally, what kind of weird corporate structure is this? :)
Alistair
>
- Next message: aknock: "Re: Check Images"
- Previous message: Sailesh Panchang: "Re: A Problem with a Table, Checkbox, and Label"
- Next message in Thread: michael.brockington: "Re: need table help"
- Previous message in Thread: Austin, Darrel: "Re: need table help"
- View all messages in this Thread