Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / May 2008

Tip: Looking for answers? Try searching our database.

Label Bound to another Label

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dolphinv4 - 29 May 2008 11:54 GMT
Hi,

is it possible to bound a label to another label with a lookup, ie,

Label1 = AXY
Label2 = 123 whereby there is a table showing that AXY belongs to 123?

Thanks,
Dolphin
Douglas J. Steele - 29 May 2008 12:59 GMT
You can't do it dynamically, but you can in code:

Me.Label2.Caption = "123 whereby there is a table showing that " &
Me.Label1.Caption & " belongs to 123?"

You might be better off using text boxes than labels. Then, you can make it
dynamic. Make the ControlSource property of the second text box equal to

="123 whereby there is a table showing that " & Me!Text1 & " belongs to
123?"

(including the equal sign)

Signature

Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

> Hi,
>
[quoted text clipped - 5 lines]
> Thanks,
> Dolphin
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.