Results 1 to 2 of 2
  1. #1
    rajikasimu is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Mar 2015
    Location
    Kano
    Posts
    8

    label displaying information

    Hi Please help me, I have a form1 with combo box on it selecting it value from a table. I want to have another form2 with a label to display the selected value from the combobox of form1.



    thanks

  2. #2
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    This is air code, but in an appropriate event on Form2

    Me.Form2LabelName.Caption = Forms("Form1")("ComboboxName")

    or, in the Caption Property for Form2LabelName

    = Forms("Form1")("ComboboxName")

    Note that Form1 has to be open for this to work, and I'm not sure what will happen if nothing is selected in the Combobox.

    Linq ;0)>

Please reply to this thread with any new information or opinions.

Similar Threads

  1. A form Displaying Information
    By rajikasimu in forum Forms
    Replies: 2
    Last Post: 03-17-2015, 09:04 AM
  2. Replies: 4
    Last Post: 05-14-2013, 06:07 AM
  3. Replies: 1
    Last Post: 11-28-2012, 01:33 PM
  4. Replies: 2
    Last Post: 04-26-2012, 11:12 AM
  5. Replies: 1
    Last Post: 01-20-2012, 04:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums