S
seema
I want to design a database to keep record of my business. I have three
tables…
1. BANK DETAIL TABLE
BNAME LOAN LIMIT LC LIMIT TOTAL UTILIZED AVAILABLE
2. LC TABLE
S# LC# SUPP BNAME AMOUNT LC TYPE LC TOTAL DATE
Markup No. of Markup Total Mark Up Mark Up Total
Rate Days Per day Markup Paid Balance Princeipal + M/Up
3. IMPORT LOAN TAB LE
S# L/C# DATE supplier Principal Principal Principal
Amount
Paid Balance Date
I have placed a combo box on form and have linked bank name field of table
1 and 2… so that when user makes an entry in table 2 through form it should
first select a bank name from that combo box and then makes further entry..
But what else I want is that, the entry in second table should automatically
fill the same fields in 3rd table and also perform some calculations in third
table. Like, if I enter an amount in table 2 it should be entered in table
three and calculate amount paid, balance amount and so on. Can any one please
help me out that how I can do that?
Thanks.
tables…
1. BANK DETAIL TABLE
BNAME LOAN LIMIT LC LIMIT TOTAL UTILIZED AVAILABLE
2. LC TABLE
S# LC# SUPP BNAME AMOUNT LC TYPE LC TOTAL DATE
Markup No. of Markup Total Mark Up Mark Up Total
Rate Days Per day Markup Paid Balance Princeipal + M/Up
3. IMPORT LOAN TAB LE
S# L/C# DATE supplier Principal Principal Principal
Amount
Paid Balance Date
I have placed a combo box on form and have linked bank name field of table
1 and 2… so that when user makes an entry in table 2 through form it should
first select a bank name from that combo box and then makes further entry..
But what else I want is that, the entry in second table should automatically
fill the same fields in 3rd table and also perform some calculations in third
table. Like, if I enter an amount in table 2 it should be entered in table
three and calculate amount paid, balance amount and so on. Can any one please
help me out that how I can do that?
Thanks.