D
dan.cawthorne
Hello,
For the Love of money i cant understand why my query wont Show my
related information which is in another table.
what im trying to do is from a particular table "tbl_ProjectAnalysis"
Under the primary key field "ProjectQNo" is select a project, this
field has a lookup query statement which looks up from table
"tbl_Projects" Field "ProjectQNo and Field "ProjectTitle" but the
bound column is "ProjectQNo"
the 2 Tables are have a relationship as a 1 to 1 between the fields
"ProjectQno" and "ProjectQno"
I created an query so i could use this as an input and which in this
select query i have all the fields from "tbl_ProjectAnalysis" and then
from "tbl_Projects" fields "ProjectTitle", "Address", "Town", "County"
and "PostCode"
So what should happen is when im on my Wizard form ive created which
the data source is this query, when i Select a project from the
ProjectQNo Field (Drop Down) The Project Address and Title should
automatically fill in.
Why is not?
For the Love of money i cant understand why my query wont Show my
related information which is in another table.
what im trying to do is from a particular table "tbl_ProjectAnalysis"
Under the primary key field "ProjectQNo" is select a project, this
field has a lookup query statement which looks up from table
"tbl_Projects" Field "ProjectQNo and Field "ProjectTitle" but the
bound column is "ProjectQNo"
the 2 Tables are have a relationship as a 1 to 1 between the fields
"ProjectQno" and "ProjectQno"
I created an query so i could use this as an input and which in this
select query i have all the fields from "tbl_ProjectAnalysis" and then
from "tbl_Projects" fields "ProjectTitle", "Address", "Town", "County"
and "PostCode"
So what should happen is when im on my Wizard form ive created which
the data source is this query, when i Select a project from the
ProjectQNo Field (Drop Down) The Project Address and Title should
automatically fill in.
Why is not?