R
RJB
I've got a form that is a workorder for a printing company.
In that form is a subform for specific job details (jobID, fileType, Papers,
etc...)
For the field "Papers", I need to limit the number of enteries to 6
different papers. I'm going about this by having a form open up 'OnEnter' of
the "Papers" field. That works great.
The form that opens (PaperSelector) has 7 unbound text boxes. 6 for the
different types of stocks, and 1 ("AllPapers") that automatically fills in,
combining the information from the first 6 boxes.
What I need is to have the field "Papers" on the subform autofill with the
information from the "AllPapers" field. Here's what I've got in the
'Control Source' property for "Papers".
=[Forms]![PaperSelector]![AllPapers]
The Chr(13) is to insert a carriage return to separate each paper type so
they'll display nicely on the report they will ultimately be output to.
However, this is generating a #Name? error in the "Papers" field on the
subform. What am I missing - or is this an overly complicated way to do a
very easy thing?
Thanks.
RJB
In that form is a subform for specific job details (jobID, fileType, Papers,
etc...)
For the field "Papers", I need to limit the number of enteries to 6
different papers. I'm going about this by having a form open up 'OnEnter' of
the "Papers" field. That works great.
The form that opens (PaperSelector) has 7 unbound text boxes. 6 for the
different types of stocks, and 1 ("AllPapers") that automatically fills in,
combining the information from the first 6 boxes.
What I need is to have the field "Papers" on the subform autofill with the
information from the "AllPapers" field. Here's what I've got in the
'Control Source' property for "Papers".
=[Forms]![PaperSelector]![AllPapers]
The Chr(13) is to insert a carriage return to separate each paper type so
they'll display nicely on the report they will ultimately be output to.
However, this is generating a #Name? error in the "Papers" field on the
subform. What am I missing - or is this an overly complicated way to do a
very easy thing?
Thanks.
RJB