Label Visible Problem

J

JK

Bob,

What didn't work?, the association of the label or the invisibility of the
label"?

To test the association, in design view of frmMain, drag the Text Box, if
the label move with
it, then *there is* an association (Select "Undo" from the edit menu to put
the text box back into its original position).

Both Ken's method and the visibility/invisibility of the label works for me.

Regards/Jacob



| hmmm...Didn't Work for me!!!............Bob
|
| | > Thanks Ken,
| >
| > I was looking for a way to do that for years.
| >
| > Regards
| > Jacob
| >
| >
| > | > | | > | > Bob,
| > | >
| > | > Is the label associated with the list box? or did you create them
| > | > separately.
| > | >
| > | > If You created them separately, delete them and re-create them
| > together
| > | > and
| > | > give the new ones the old control names.
| > | >
| > |
| > |
| > | Note: to attach an unattached label to a control (such as a listbox),
| > click
| > | on the label, press Ctrl+x, click on the control, and press Ctrl+c.
| > | --
| > |
| > | Ken Snell
| > | <MS ACCESS MVP>
| > |
| > |
| > |
| >
| >
|
|
 
B

Bob

Sorry Jacob yes it did work I created another List Box with its own label,
but I couldn't get the Ctrl-x Ctrl-c thanks Bob
 
B

Bob

What about a label on a report [lblOverdue] shows only if [tbOverDueAmount]
is more than 1

=IIf([tbOverDueAmount]>1, lblOverdue.Visible)

Thanks for any help...Bob
 
B

Bob

Never Mind figured this out
=IIf([tbOverDueAmount]>1,"This Balance is OVERDUE",Null)
Now I have to put a box somewhere to let it be visible if I want it,
Thanx..Bob
 

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

Similar Threads


Top