Need to convert multiple columns into 1 colum in MS Access table

J

jdtanWork

Hi,
I have a table which has dates & quantity going across as columns. I
need to get the dates in only 1 column & the dates in another
column.
How do I do this in vba?

Here is a sample:
ID Fname Lname ProductID Order Date 1 Order Qty 1
100 William Smith 4/9 8
102 N West 4/9 8

Order Date 2 Order Qty 2 Order Date 3 Order Qty 3
4/9 8
Order Date 4 Order Qty 4 Order Date 5 Order Qty 5


I need the table to be in this format:
ID Fname Lname ProductID Date Quantity

What is the easiest way to do this?

Thanks!
 
D

Douglas J. Steele

Already answered in another newsgroup to which you posted the same question.

If you feel you need to post to more than one group (HINT: it's seldom
necessary), please have the courtesy to cross-post (send the one message to
all groups at once), ather than multi-post (send individual messages to each
group). In this way, all responses to your post will be available
together, regardless of what group the responder was in, and the rest of us
won't have to read your post multiple times. (It also uses fewer server
resources)

If you're using Google's web interface to post, you can type the names of
the various groups into the "To Newsgroups" box, separating each newsgroup
name with a comma.

Note that it's generally consider to be A Bad Thing to cross-post to more
than about 2 or 3 newsgroups.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top