Access

  • Thread starter Thread starter Srinivas
  • Start date Start date
S

Srinivas

I want to create a database in access for creating payment voucher of our
suppliers which has only minimum fields
PV NO:


AMOUNT



LESS: DISCOUNT %

LESS: BANK COMMISSION

LESS: RETURNS


PAYABLE AMOUNT

Supplier Name (which should be imported from excel sheet which i have alread
created)
A unique number for Voucher (Same time 5 clients will access from the
server) but there should not be any problem it should take first save first
number

A discount column will be there t
a logic for calculating bank commission in excel this is the logic im using
=IF(CEILING(A1/1000,5)<=25,25,IF(CEILING(A1/1000,5)<=50,50,CEILING(A1/1000,5)))

Can any one help
 
Back
Top