Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vertical text output from an Access query?

Tags:

ms-access

When querying an MS-Access database, is there a built-in way to output all the columns in their own labeled row?

I'm looking for something similar to

"Execute Current Statement (Vertical Text Output)"     Ctrl+Alt+Enter

in MySQL Workbench.

e.g.

******************** 1. row *********************
       id: 1
firstname: Bob
 lastname: Loblaw
    email: [email protected]
******************** 2. row *********************
       id: 2
firstname: Ann
 lastname: Elk
    email: [email protected]
like image 484
Alex R Avatar asked Mar 05 '26 03:03

Alex R


1 Answers

No, there isn't a built-in way to do this in Access.

like image 180
Gord Thompson Avatar answered Mar 08 '26 21:03

Gord Thompson