text box as label to appear when subreport does

G

Guest

I have a text box used as a label with the control source:
="Attributes" +IIf(IsNull([FillTemp_Label]),Null,"")

I'd like to add a subreport to this: srptFGProcessingPacketPouchAtts.

Can this be done?

Thanks!
 
G

Guest

Hi, Duane.

I'd like the text box to appear if the subreport does. However, I've
re-designed things in order to simplify which rendered this simplified as
well!

I may need to in the future, though. Is there a way to code a text box to
appear when a subreport does?

--
www.Marzetti.com


Duane Hookom said:
What do you want to do?
--
Duane Hookom
Microsoft Access MVP


JohnLute said:
I have a text box used as a label with the control source:
="Attributes" +IIf(IsNull([FillTemp_Label]),Null,"")

I'd like to add a subreport to this: srptFGProcessingPacketPouchAtts.

Can this be done?

Thanks!
 
G

Guest

If I understand correctly, you can set a control source to something like:
=IIf(sbrptControl.Report.HasData,[DepartmentName],Null)
--
Duane Hookom
Microsoft Access MVP


JohnLute said:
Hi, Duane.

I'd like the text box to appear if the subreport does. However, I've
re-designed things in order to simplify which rendered this simplified as
well!

I may need to in the future, though. Is there a way to code a text box to
appear when a subreport does?

--
www.Marzetti.com


Duane Hookom said:
What do you want to do?
--
Duane Hookom
Microsoft Access MVP


JohnLute said:
I have a text box used as a label with the control source:
="Attributes" +IIf(IsNull([FillTemp_Label]),Null,"")

I'd like to add a subreport to this: srptFGProcessingPacketPouchAtts.

Can this be done?

Thanks!
 
G

Guest

Thanks, Duane. I've scribbled that down in my handy, dandy notebook!

--
www.Marzetti.com


Duane Hookom said:
If I understand correctly, you can set a control source to something like:
=IIf(sbrptControl.Report.HasData,[DepartmentName],Null)
--
Duane Hookom
Microsoft Access MVP


JohnLute said:
Hi, Duane.

I'd like the text box to appear if the subreport does. However, I've
re-designed things in order to simplify which rendered this simplified as
well!

I may need to in the future, though. Is there a way to code a text box to
appear when a subreport does?

--
www.Marzetti.com


Duane Hookom said:
What do you want to do?
--
Duane Hookom
Microsoft Access MVP


:

I have a text box used as a label with the control source:
="Attributes" +IIf(IsNull([FillTemp_Label]),Null,"")

I'd like to add a subreport to this: srptFGProcessingPacketPouchAtts.

Can this be done?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top