Can I build an access database with the fields listed vertically?

T

trainer123

I want to list different fields going down and employee names going across,
is this possible?
 
A

Allen Browne

You would certainly not want to build a table like that.
Once you have the right table design, you can create a crosstab query to
give you are report like that.
 
Top