hello,
i have 2 tables: one called tblProject and one called tblBuildings.
The tblProject has a primary key called projectID and other fields such as IssuedDate, Status, etc.
The tblBuildings has 2 fields: projectId and BuildName.
There is a one to many relationship with the 2 tables based on ProjectID.
In my form, i have the fields from tblProject and i have the subform listing all the BuildNames for each tblProject.
My question is, if i click on the BuildNames field in the subform and then click on the Binoculars (Find) to search for another building, it doesn't search the entire tblProject.
For example, in my form, i have 300 records. i'm looking at the record for the projectID called Proj123 which is record 1 of 300.
That projectId contains 3 buildings: Bldg1, Bldg2 and Bldg3.
Bldg3 is used quite often, so I want to see the other projects that have gone to Bldg3. So, i click inside the subform, then click the binoculars and type Bldg3 as my search term. but Access returns no matches.
Can i search a field in the subform and have the main table display the results?
Thanks
i have 2 tables: one called tblProject and one called tblBuildings.
The tblProject has a primary key called projectID and other fields such as IssuedDate, Status, etc.
The tblBuildings has 2 fields: projectId and BuildName.
There is a one to many relationship with the 2 tables based on ProjectID.
In my form, i have the fields from tblProject and i have the subform listing all the BuildNames for each tblProject.
My question is, if i click on the BuildNames field in the subform and then click on the Binoculars (Find) to search for another building, it doesn't search the entire tblProject.
For example, in my form, i have 300 records. i'm looking at the record for the projectID called Proj123 which is record 1 of 300.
That projectId contains 3 buildings: Bldg1, Bldg2 and Bldg3.
Bldg3 is used quite often, so I want to see the other projects that have gone to Bldg3. So, i click inside the subform, then click the binoculars and type Bldg3 as my search term. but Access returns no matches.
Can i search a field in the subform and have the main table display the results?
Thanks