1. Home
  2. Computing & Technology
  3. Databases
photo of Mike Chapple
Mike's Databases Blog

By Mike Chapple, About.com Guide to Databases since 2000

Matrix Data Storage in Microsoft Access

Sunday May 18, 2008
In a recent forum posting, Rjones_17 wrote:

"I’m new to Microsoft Access and need some advice. I’m currently attempting to map out the offsets of ships, given a body plan. Basically I end up with numerous curves, each for a specific coordinate of the ship (say X coordinate), from which I can deduce numerous Y and Z coordinates for each curve/X coordinate. I was wondering if it were possible to store something like a matrix in a single slot in Microsoft Access (2003), so I could have the X coordinate in one slot, and then all of the Y-Z pairs that go along with that X coordinate in the next slot. If this isn’t possible are there any suggestions on how to store this information in a user friendly manner?"

Join the forum discussion: Matrix Data Storage in Microsoft Access
Comments
May 20, 2008 at 3:30 pm
(1) paul says:

You can store a matrix in a text field (memo field probably, since you’ll be dealing with more than 255 characters) as a string with some type of delimiter (comma or pipe or semicolon). You also might be able to get away with using Excel. It just matters what you want to do with the data or how you want to access it.

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore Databases
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Databases

©2009 About.com, a part of The New York Times Company.

All rights reserved.