Hello Friends
I have one Confusion
i have two Table like
Accounts
----------
AccID (Primary Key)
Balance
AccountName
ContactNo
Transaction
------------
TranID (Primary Key)
AccountID
TranDate
TranText
Credit
Debit
Relation
---------
Accounts.Accid - Transaction.AccountID
i want to...
Hello Friends,
Any one have any idea about Microsoft Access Serial Port Communication
i have Weight machine i want to connect it with my Access Database...
i have used MSCOMM32.OCX but i got error msg:
"YOU DONT LICENSE REQUIRED TO USE THIS ActiveX Controll"
Please help about it...
Thanks...
Hello Friends,
I Have a Transaction table which content Date Debit Credit
i want to make query this Balance: [Credit]-[Debit] but in Carry Forward method
For example:
Debit Credit Balance
100 100
50 50
200 250
300 550
i found...
Hello,
I have one mdb (attached herewith) which content four Field
1. ID
2. Date
3. Amount
4. TAX
I want sum of TAX which is entered by me (e.g. sum of TAX = 80)
If i entered in unbound field value like 80 than result will be displayed that content sum of TAX = 80
Thanks....