Reading columns

coyotem78

New Member
Joined
Sep 9, 2002
Messages
44
Hi

I'm writing VB code to go thru a table in Access. My question is instead of naming the column (field) names individually (there could be 27+ columns), is there a way for me go to the next column?

If this is a bit confusing, post a reply and I will clarify.

Thanks in advance

coyotem78
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
So you have a field, with different data and you want it organized?

I have a table with a field with 15 possibilities "entries of data". I created a query that will "extract" the data and put it under the correct field.

In table
red
green
white
Blue

In query
red green white blue

Is this what you are looking for?
 
Upvote 0
It ok now! I've solved it! Just wrote VB code to get a row at a time instead. Thanks anyway!

Although, is there a way to put an array of, long integers say, back to any Access or Excel Table?

Thanks

coyotem78
 
Upvote 0

Forum statistics

Threads
1,221,519
Messages
6,160,294
Members
451,636
Latest member
ddweller151

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top