Ok, I have an Order form, with an Item number , quantity, price etc. on
the
main form. The subform is the list of the actual items, including the
above
item number and the item description and other information that is not
needed
at this time. I can put a column for item descprtion on the main form,
but I
figured that since the item number has already been entered by the user,
that
it would make some sense to just have the item number populate. In
Datasheet
view, the sub form is not visible, but I created a Text Box that
referenced
the subform location. The reference on the main form looks like this
Description=[descriptions Subform]!description. The information shows up
in
the text box when I do a single form view, the subform at that time is
also
visible. When I switch to Datasheet view, there is a column that access
adds
called Description, but that is when I get the Name or Error
message...hope
this helps or sheds light on my error and how it may be fixed
Pat Hartman (MVP) said:
Since the subform will be showing multiple rows in datasheet view,
exactly
which row did you want to "copy" the data from? The only row you can
reference in a sub form is the current row which may not even be visible.
It doesn't make logical sense to copy data from a many-side table for
display on a form showing its parent table.
I have a subForm that works perfectly in single form view, but I can not
get
the same information that I refered to from the subForm to show up on
the
main form when I change the view from single form to Datasheet view, I
keep
getting name# or error# messages in that main form. I need to
information
to
show up in datasheet view. any ideas or suggestions would be highly
appreciated. Thanks in advance