Hi Bob,
I dont want to hide columns but I want to hide the headings of some of the columns.
e,g.
Suppose we have following scenario:-
Name ID Department
Jen 1 Arts
Kim 2 Science
Jim 3 Engineering
Then I want only the data to be displayed i.e. Name,ID and Department (column headings) should be invisible.
I hope you understand it.
Vineet
Bob,
Isnt it possible in datasheet view?I dont want the data in continuous form.
Placed all the labels in one row in the new form. But when I run the form in datasheet view, access picks up the name of those textboxes and display them as the column heading.
I do not want column headings at all.Is your real desire to have no column headings, or is it that you don't want the field names showing? If you base your datasheet form on a query that is based on your table, you can assign your own names to the columns.