Created
June 17, 2020 20:43
-
-
Save robwelan/f9678a783b05bd18809299a58d831b1c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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