dear respected sirs,
i am in trouble as never expereince to run forms with queries based
calculations
here i am in insurance company they wanted this solutions:
1. tblRates (ID, Values1= 1000,values2=10 000,Values3=100 000)
2. tblInsurance ( ID, Premium, SumInsured)
3. tblCalcuations ("results")
4. tblCustomers (DAVID, MICROSOFT)
all above calculated values to save for future or past references, as
insurace rates changes always
now what i wanted sir, soon the user put the sum insured and premium,
and click next button or save button, then a query must run behalf of
NextButton, and calculate(behal f of query or sql query), and pick the
value from
tblrates.values 1 * 0.25 = results
tblrates.values 2 * 0.30 = results
tblrates.values 3 * 0.50 = results
so results must saved in tblCalculations ...
hope u got me as i could nt understand concepts of syntaxing of ms
access...above is the whole idea abt...
i do nt wanted to put on IT shoulders...as user can modify the
insurance rates day to day works, but he can modify rate and issue new
rates policies...
it will also look up in tables customers...if customer is microsoft
different calcualtions and if others then different...
now i wanted worked on forms and queries...
can any help me out here how to do syntaxing..any references or ideas
will be thankfull to u always
yours obediently
shahzad
i am in trouble as never expereince to run forms with queries based
calculations
here i am in insurance company they wanted this solutions:
1. tblRates (ID, Values1= 1000,values2=10 000,Values3=100 000)
2. tblInsurance ( ID, Premium, SumInsured)
3. tblCalcuations ("results")
4. tblCustomers (DAVID, MICROSOFT)
all above calculated values to save for future or past references, as
insurace rates changes always
now what i wanted sir, soon the user put the sum insured and premium,
and click next button or save button, then a query must run behalf of
NextButton, and calculate(behal f of query or sql query), and pick the
value from
tblrates.values 1 * 0.25 = results
tblrates.values 2 * 0.30 = results
tblrates.values 3 * 0.50 = results
so results must saved in tblCalculations ...
hope u got me as i could nt understand concepts of syntaxing of ms
access...above is the whole idea abt...
i do nt wanted to put on IT shoulders...as user can modify the
insurance rates day to day works, but he can modify rate and issue new
rates policies...
it will also look up in tables customers...if customer is microsoft
different calcualtions and if others then different...
now i wanted worked on forms and queries...
can any help me out here how to do syntaxing..any references or ideas
will be thankfull to u always
yours obediently
shahzad
Comment