<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, Leslie,<br>
<br>
I hope I'm understanding your question correctly - if not, please
disregard what follows :)<br>
<br>
I'm imagining two (or possibly three) node types: A meeting node (which
contains the date and the agenda) and the minutes node (which contains
the minutes). Possibly, you could break this up into three node types:
event, agenda, and minutes nodes.<br>
<br>
In any case, your minutes node should have a nodereference that points
at the meeting - you could simplify the creation of this link by using
<a class="moz-txt-link-freetext" href="http://drupal.org/project/nodereference_url">http://drupal.org/project/nodereference_url</a> or
<a class="moz-txt-link-freetext" href="http://drupal.org/project/prepopulate">http://drupal.org/project/prepopulate</a><br>
<br>
Once you create this relationship, there are a bunch of ways to manage
the display - setting up a views table (that listed minutes, and
displayed meeting info via a views relationship) would be a relatively
straightforward way to do this.<br>
<br>
Cheers,<br>
<br>
Bill<br>
<br>
On 8/2/10 11:34 AM, LESLIE FRIESEN wrote:
<blockquote cite="mid:4C56AD39.2EB7.00F4.3@co.polk.or.us" type="cite">
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta content="MSHTML 6.00.6000.17023" name="GENERATOR">
  <div>Good morning,</div>
  <div>&nbsp;</div>
  <div>I need to create a view with a display that has two columns. A
secretary needs to publish meeting agendas and minutes. The left-hand
column would include links to the Tuesday agenda and the right -hand
column would include a link to the Tuesday minutes. They have to be
aligned side-by-side, on the same line.</div>
  <div>&nbsp;</div>
  <div>What would be the best way to do this?</div>
  <div>&nbsp;</div>
  <div>Thanks in advance,</div>
  <div>&nbsp;</div>
  <div>Leslie</div>
</blockquote>
<br>
</body>
</html>