Aug 2, 2013 #1 jdbrande Programmer May 7, 2013 13 US I am playing with the bank transaction table and I am trying to find a lookup table for the type and status.. what do the letters stand for. for type I have C S W for status I have C J V
I am playing with the bank transaction table and I am trying to find a lookup table for the type and status.. what do the letters stand for. for type I have C S W for status I have C J V
Aug 12, 2013 1 #2 jbelk11 IS-IT--Management Jan 8, 2004 57 US Macola ES does have a lookup table....it is called DDTests. select * from DDTests where TableName = 'BankTransactions' For Type C=template S=cashflow W=term For Status C=entered J=journalized V=void Enjoy! Jen Upvote 0 Downvote
Macola ES does have a lookup table....it is called DDTests. select * from DDTests where TableName = 'BankTransactions' For Type C=template S=cashflow W=term For Status C=entered J=journalized V=void Enjoy! Jen