Access

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top