ajaymansata
Registered User.
- Local time
- Today, 23:11
- Joined
- Dec 17, 2001
- Messages
- 25
Hi all
I have a table called personal table in which i have id as a primary key.I have another table called finance_records which has id as the foreign key.Now i want to have a query which has the folloing fields
Id(from personal table)
lastname(from personal table)
firstname(from personal table)
year (from finance_records)
funds(from finance_records)
Now after creating a query in design view i would like to create a form which has all the fields from this query (as a subform) to a main form for table personaltable(personal table has other fields tooo)
the problem i face is that
when i try to enter data in the form i a cannot do it.It gives me a problem sayin that join is not proper.(something of that sort)
I want to know that what i am doin is it right or wrong.
Basically i would like to create a form involving one Table and One query.
Ajay Mansata
I have a table called personal table in which i have id as a primary key.I have another table called finance_records which has id as the foreign key.Now i want to have a query which has the folloing fields
Id(from personal table)
lastname(from personal table)
firstname(from personal table)
year (from finance_records)
funds(from finance_records)
Now after creating a query in design view i would like to create a form which has all the fields from this query (as a subform) to a main form for table personaltable(personal table has other fields tooo)
the problem i face is that
when i try to enter data in the form i a cannot do it.It gives me a problem sayin that join is not proper.(something of that sort)
I want to know that what i am doin is it right or wrong.
Basically i would like to create a form involving one Table and One query.
Ajay Mansata