Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robwelan/f9678a783b05bd18809299a58d831b1c to your computer and use it in GitHub Desktop.
Save robwelan/f9678a783b05bd18809299a58d831b1c to your computer and use it in GitHub Desktop.
<table style="width:100%" border="0">
<thead>
<tr>
<th>Field Name</th>
<th>Data Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>ID</td>
<td>AutoNumber</td>
<td> </td>
</tr>
<tr>
<td>qryName</td>
<td>TextSize=100<br/>Indexed=Yes (No Duplicates)</td>
<td>The name of the query (for referencing in code)</td>
</tr>
<tr>
<td>qryString</td>
<td>Memo</td>
<td>The query</td>
</tr>
<tr>
<td>qryPurpose</td>
<td>TextSize=255</td>
<td>What is the query for?</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment