G
Guest
I'm trying to learn about Access forms. I'm new to designing a form from
scratch. I am not understanding what happens with a bound control that I
create and use the properties box to specify the field. When I click the
Build button, the Expression Builder pops up. I then choose Tables, and
select the table from which I want to use the field. The fields pop up in
the second list box, and I select the appropriate field. This all appears in
the Expression builder as follows:
[tblProducts]![ProductID}
When I close the Expression Builder and the properties box, that expression
appears in my control. However, when i switch to design view, the text box
shows an error, specifically "Name?". I know that if I am creating a form
based on the tblProducts I can just pull that field from the field list, but
I am trying to understand this control source thing. I was thinking that
might be a way to create a link on a form that comes from another table other
than the one the form is already based on.
Can anyone explain this to me in easy to understand terms?
Thanks,
Sherry
scratch. I am not understanding what happens with a bound control that I
create and use the properties box to specify the field. When I click the
Build button, the Expression Builder pops up. I then choose Tables, and
select the table from which I want to use the field. The fields pop up in
the second list box, and I select the appropriate field. This all appears in
the Expression builder as follows:
[tblProducts]![ProductID}
When I close the Expression Builder and the properties box, that expression
appears in my control. However, when i switch to design view, the text box
shows an error, specifically "Name?". I know that if I am creating a form
based on the tblProducts I can just pull that field from the field list, but
I am trying to understand this control source thing. I was thinking that
might be a way to create a link on a form that comes from another table other
than the one the form is already based on.
Can anyone explain this to me in easy to understand terms?
Thanks,
Sherry