M
myxmaster
I have a table that has the following
ID
Account
Category
Limit
Each account may have only 1 item from each of the categories and 1
limit, for example:
Credit = $5000
Cash = $1000
Check = $2000
Not:
Credit = $5000
Credit = 2000
Credit = 1000 and so on
At present the table I have allows each account number to have
multiple accounts of each category.
TIA
ID
Account
Category
Limit
Each account may have only 1 item from each of the categories and 1
limit, for example:
Credit = $5000
Cash = $1000
Check = $2000
Not:
Credit = $5000
Credit = 2000
Credit = 1000 and so on
At present the table I have allows each account number to have
multiple accounts of each category.
TIA