hasanrazaj1
Registered User.
- Local time
- Tomorrow, 00:37
- Joined
- Jun 3, 2009
- Messages
- 20
HI all.
i am facing a difficult situation.
i have 3 tables thats are:
1.AccountType (AcTypeID, AcTypeName,)
2.Account(AcID, AcTypeID, AcName, AcDetail, AcDate)
3.Payments(AcID, PayID, PayType, PayMode, Amount, PayDate)
i want to have a bound form with Accounts Table which include:
1st.(combo box)AcTypeID From AccountType Table
2nd.(combo box)AcID From Accounts Table
3rd.(text box)AcName From Accounts Table
4th.(text box)AcName Form Accounts Table
5th.(subform)Payments
then my requirements are that;
when i select a AcType from 1st combo box then 2nd combo box populated with related accounts list, and
when i chose an account from 2nd combo box then the 3rd, and 4th text box filled up with related record and as well as 5th Subform of payments also present related payments transctions.
i will thankful to you for help.
i am facing a difficult situation.

1.AccountType (AcTypeID, AcTypeName,)
2.Account(AcID, AcTypeID, AcName, AcDetail, AcDate)
3.Payments(AcID, PayID, PayType, PayMode, Amount, PayDate)
i want to have a bound form with Accounts Table which include:
1st.(combo box)AcTypeID From AccountType Table
2nd.(combo box)AcID From Accounts Table
3rd.(text box)AcName From Accounts Table
4th.(text box)AcName Form Accounts Table
5th.(subform)Payments
then my requirements are that;
when i select a AcType from 1st combo box then 2nd combo box populated with related accounts list, and
when i chose an account from 2nd combo box then the 3rd, and 4th text box filled up with related record and as well as 5th Subform of payments also present related payments transctions.
i will thankful to you for help.