JSimoncelli
Registered User.
- Local time
- Today, 02:31
- Joined
- Apr 23, 2012
- Messages
- 73
I have a table “tblProperty” with multiple fields; some text and some number fields along with number fields representing FK, the number fields are things like “pages” and “copies”.
I have created a query containing the table described above and the associated tables for each FK. When I drop in the tables associated with the FK’s the one-to-many relationships created in the relationship tool are shown, no problem so far.
I pull down into my query the PK from tblProperty along with other needed fields. For the fields containing FK’s, I pull the field from the respective table e.g. tblPropertyType. This will allow my query to show the actual data instead of the FK reference in the tblProperty, again no problem so far.
Here’s the problem, when I run the query if there are any “blank” FK fields in tblProerty, that record will not show up in the query. In other words only records with a number representing an FK reference will be displayed.
I don’t know if this is a feature or an issue.
John
I have created a query containing the table described above and the associated tables for each FK. When I drop in the tables associated with the FK’s the one-to-many relationships created in the relationship tool are shown, no problem so far.
I pull down into my query the PK from tblProperty along with other needed fields. For the fields containing FK’s, I pull the field from the respective table e.g. tblPropertyType. This will allow my query to show the actual data instead of the FK reference in the tblProperty, again no problem so far.
Here’s the problem, when I run the query if there are any “blank” FK fields in tblProerty, that record will not show up in the query. In other words only records with a number representing an FK reference will be displayed.
I don’t know if this is a feature or an issue.
John