<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>This can be implemented in a gazillion different 
ways,</FONT></DIV>
<DIV><FONT face=Arial size=2>but in the end there should be data in the 
program</FONT></DIV>
<DIV><FONT face=Arial size=2>that resembles</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>struct check{</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; char *number;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; char *payee;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; char *amount;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; char *memo;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; char *etc;</FONT></DIV>
<DIV><FONT face=Arial size=2>};</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now what I am not understanding is why is it not 
trivial</FONT></DIV>
<DIV><FONT face=Arial size=2>to import flat text data into this program.&nbsp; 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>There are two possible explanations.&nbsp; The 
first being that</FONT></DIV>
<DIV><FONT face=Arial size=2>there is no such animal as a check in the 
program.&nbsp; At</FONT></DIV>
<DIV><FONT face=Arial size=2>least not one that resembles the structure 
above.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The </FONT><FONT face=Arial size=2>second is the 
concern that just importing a bunch of</FONT></DIV>
<DIV><FONT face=Arial size=2>checks would throw the ledger out of balance.&nbsp; 
Usually </FONT></DIV>
<DIV><FONT face=Arial size=2>programs handle this by having a post function in 
the program.&nbsp; The checks dont go to the GL until they are </FONT></DIV>
<DIV><FONT face=Arial size=2>posted.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can someone please enlighten me here.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>