F
Freeda
Hi. I am a new access user. I actually posted my query already but I couldn't
find it anymore. Anyway, I hope someone can help me. I have only a month to
work on this project and I don't know if it's too much work for a new user.
Ultimately, I want to search for lenders that would fit the categories on my
2 multi-select list boxes. I would also have "And" and "Or" option buttons
in between the 2 list boxes and a command button to run the query.
So far these are the tables I made:
1) tblLender (Lender Contact Details)
Lender ID - primary key
Lender Name
2) tblLenderDetails
Lender Name
Phone
Contact
3) tblLoanType (I keep on typing the loan types over again because there are
many lenders that relate to the same loan type)
Loan Type (16 types)
Lender ID
4) tblPropertyType (Same thing.. I keep on typing the property types over
again..)
Property Type (20 types)
Lender ID
-- someone suggested that I make two more tables:
5) tblLoans
Loan Type - primary key
Set a one-to-many relationship from tblLoans to tblLoanType on Loan Type
6) tblProperties
Porperty Type - primary key
Set a one-to-many relationship from tblProperties to tblPropType on
PropertyType
-----
For the frmOption:
1) lstLoanType (list the 16 loan types)
2) lstPropType (list of the 20 property types)
3) optAnd
4) optOr
5) cmdRunQuery
----
Each lender can do various loan types and property types. I am not sure how
to relate my tables and if my tables and fields are right in the first place.
Your suggestions will be greatly appreciated.
find it anymore. Anyway, I hope someone can help me. I have only a month to
work on this project and I don't know if it's too much work for a new user.
Ultimately, I want to search for lenders that would fit the categories on my
2 multi-select list boxes. I would also have "And" and "Or" option buttons
in between the 2 list boxes and a command button to run the query.
So far these are the tables I made:
1) tblLender (Lender Contact Details)
Lender ID - primary key
Lender Name
2) tblLenderDetails
Lender Name
Phone
Contact
3) tblLoanType (I keep on typing the loan types over again because there are
many lenders that relate to the same loan type)
Loan Type (16 types)
Lender ID
4) tblPropertyType (Same thing.. I keep on typing the property types over
again..)
Property Type (20 types)
Lender ID
-- someone suggested that I make two more tables:
5) tblLoans
Loan Type - primary key
Set a one-to-many relationship from tblLoans to tblLoanType on Loan Type
6) tblProperties
Porperty Type - primary key
Set a one-to-many relationship from tblProperties to tblPropType on
PropertyType
-----
For the frmOption:
1) lstLoanType (list the 16 loan types)
2) lstPropType (list of the 20 property types)
3) optAnd
4) optOr
5) cmdRunQuery
----
Each lender can do various loan types and property types. I am not sure how
to relate my tables and if my tables and fields are right in the first place.
Your suggestions will be greatly appreciated.