S
Scott
Hi,
I'm having a really hard time with what should be a really
simple thing to accomplish.
I have a MAIN form that contains a subform named VENDORS.
The MAIN form contains part info like PartNumber,
Location,PartDescription,etc.
The sub form (VENDORS) contains vendor info like company
name, address etc.
There are two tables for these two forms.
They are related. And the forms work perfectly and
everything looks great.
But I can't for the life of me generate a report from the
information my forms display.
I need to create a purchase order from the information.
And that means that I need some info from one form. And
some info from the subform form.
This also means that I don't want the report to show me
every record. Only the record that's currently active.
I can successfully generate the report info from the MAIN
form by using direct refrences to the fields like: =
[Forms]![MAIN]![PartNumber],etc,etc,etc.
But when I try to do the same thing with the fields on the
subform. It won't work.
How do you get both form, and subform, fields to show up
correctly on a single report? And just the active record
for each?
I'd be glad to send the .mdb file to anyone who needs it
to solve the problem. It's a very small file.
Thanks for any advise,
-Scott
I'm having a really hard time with what should be a really
simple thing to accomplish.
I have a MAIN form that contains a subform named VENDORS.
The MAIN form contains part info like PartNumber,
Location,PartDescription,etc.
The sub form (VENDORS) contains vendor info like company
name, address etc.
There are two tables for these two forms.
They are related. And the forms work perfectly and
everything looks great.
But I can't for the life of me generate a report from the
information my forms display.
I need to create a purchase order from the information.
And that means that I need some info from one form. And
some info from the subform form.
This also means that I don't want the report to show me
every record. Only the record that's currently active.
I can successfully generate the report info from the MAIN
form by using direct refrences to the fields like: =
[Forms]![MAIN]![PartNumber],etc,etc,etc.
But when I try to do the same thing with the fields on the
subform. It won't work.
How do you get both form, and subform, fields to show up
correctly on a single report? And just the active record
for each?
I'd be glad to send the .mdb file to anyone who needs it
to solve the problem. It's a very small file.
Thanks for any advise,
-Scott