dennist685 said:
When I click create I get a list of fields side by side. I tried
various things, including office online, to get the table to column
view.
Can someboy help?
dennist
If I understand you correctly, you are creating a new table. You see a
list where you add field names and their definitions down the page. You
want to work with something like a spread sheet where most people put the
names of the data they are going to store across the top line.
The problem, if I understand you correctly, is that you are thinking of
a table like a spreadsheet. It is far different. In a database a table is
not a worksheet, it is a storage place for field definitions and a place to
store data. It is not designed as a primary tool to display, enter or edit
that data. Those functions should take place using a form, query or report.
A table does not even store the data in any predictable order.