Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
33824 Points
8760 Posts
Moderator
Apr 21, 2011 08:19 PM|LINK
I did. What you could do is instead of maintaining three separate tables with the same information, combine them into one. Have the transaction type be an integer which would refer to another table called tblTransactions.
bbcompent1
All-Star
33824 Points
8760 Posts
Moderator
Re: deposit/withdraw
Apr 21, 2011 08:19 PM|LINK
I did. What you could do is instead of maintaining three separate tables with the same information, combine them into one. Have the transaction type be an integer which would refer to another table called tblTransactions.