Results 1 to 3 of 3

Thread: [RESOLVED] What gives? Command Button update subform

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Location
    Long Island, NY.
    Posts
    353

    Resolved [RESOLVED] What gives? Command Button update subform

    I can't figure this out:

    VB Code:
    1. Private Sub cmdAddtoOut_Click()
    2. Dim strName As String
    3. strName = Me.cmbName
    4. Me.tblOutputsub.NAME = strName
    5. End Sub

    It's suppose to take the value from the main form and display it is the subform feild when the command button is clicked.

  2. #2
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: What gives? Command Button update subform

    HAve you a control in the subform called "NAME"?
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Location
    Long Island, NY.
    Posts
    353

    Re: What gives? Command Button update subform

    I figured it out sry!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width