K
Kyle
Sorry for starting a new thread on this, but I was unable to post my
question in the thread from July 5th in which I thought I'd found my
solution.
I have a database in which we are tracking sample freezers for the
primary investigators at a medical school. What I am trying to do is
take separate first and last name fields from a query and have them
print in the report in the format first name, space, last name. I tried
creating a text box and made the Data Control Source the expression
=[qryUpdate Sheet]![Fname] & " " & [qryUpdate Sheet]![Lname]. But when
I switch over to view the report, I get little dialog box asking "Enter
Parameter Value - qryUpdate Sheet".
The kink is that there is a one-to-many relationship between names and
units - some primary investigators are responsible for many as 20-30
units in the database.
So what am I doing wrong? (Obviously it's me that's wrong and not
Access!) What is the "Enter Parameter Value" box looking for?
question in the thread from July 5th in which I thought I'd found my
solution.
I have a database in which we are tracking sample freezers for the
primary investigators at a medical school. What I am trying to do is
take separate first and last name fields from a query and have them
print in the report in the format first name, space, last name. I tried
creating a text box and made the Data Control Source the expression
=[qryUpdate Sheet]![Fname] & " " & [qryUpdate Sheet]![Lname]. But when
I switch over to view the report, I get little dialog box asking "Enter
Parameter Value - qryUpdate Sheet".
The kink is that there is a one-to-many relationship between names and
units - some primary investigators are responsible for many as 20-30
units in the database.
So what am I doing wrong? (Obviously it's me that's wrong and not
Access!) What is the "Enter Parameter Value" box looking for?