Vertical Fields in a Table

blacktide

Registered User.
Local time
Today, 18:50
Joined
Oct 10, 2003
Messages
31
Can any one tell me if it is possible to make vertical fields in a Table??? If it is not possible how can I get a table of address to appear on a form vertically?

Right now I have a form that has a list box for customer address and it appears like this:

company, contact, address, city, state, etc.


and I would like for it to appear like this:

company
contact
address
city
state
etc
 
Design your form the way you want it to look. This will only apply if you are not using a form View of datasheet for your form. If the form is a single form view, place the fields in the detail section how you want them to appear:


Company
Contact
Address


If you want to have multiple companies accross the page, I believe there is a column option on the form.
 
I am sorry, I should have read this post more carefully. You will probably need to make some cross tab query and assign it to the row source of the list box.
 
I will look into that in the morning. Thanks for the reply!~!
 

Users who are viewing this thread

Back
Top Bottom