How to display records in 4 columns?

They have: 12 posts

Joined: Mar 2000

Hi,

I have 12 records in my access database, that I would like to display in 4 columns.

I have Image, Model, Description, Link.

I would like that it display this way;

Image
Model
Description
Link

What code should I use?

I hope to receive news from you soon.

Simon Baillargeon

Simon Baillargeon

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi Simon,

I'm a little confused, but then it may be because I still haven't finished my first mug of espresso. The standard sql statement for selection (display) is:

select column1, column2, column3, columnX in tablename

If each record only has 4 columns, you can say

select * from tablename

Hope this helps,

Vinny

Where the world once stood
the blades of grass cut me still

They have: 15 posts

Joined: Sep 2000

Which language are you using? like php

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.