+ Reply to Thread
Results 1 to 7 of 7

UserForm

  1. #1
    Forum Contributor
    Join Date
    10-04-2007
    Posts
    118

    UserForm

    i have created two user forms....

    once the data has been submitted from both forms onto the worksheet... how do i close UserForm2 and display UserForm1..... also making sure the the fields are all clear...

    ive attached the UserForm... for clarification
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    In your commandbutton2_click code, you could add loops to clear out the comboboxes before unloading the form. Something like

    Please Login or Register  to view this content.
    Do the same for Textbox1.

    Is this what you are chasing? You seem to be able to shut down form 2, and have form 1 show again.

    rylo

  3. #3
    Forum Contributor
    Join Date
    10-04-2007
    Posts
    118
    cheers bud... thats perfect....

    lastly how do i validate that every combo box has a selection before submission of the data into the worksheet.

    For example dont allow the form to be submitted and a message box should appear prompting the user to complete all combo boxes.....

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Try something like this.

    Please Login or Register  to view this content.
    I've just put in the start of the module so you can see its position.

    rylo

  5. #5
    Forum Contributor
    Join Date
    10-04-2007
    Posts
    118
    thats perfect mate...

    you a star... ive used it so the combo box is filled and the textbox field....

    for each combo box there are 3 values to select 'Yes', 'No' and 'N/A'

    when i press Y on the keyboard, it changes the combo box to Yes, when the N button is pushed its changes it to No, how can i assign a different character on the keyboard so 'N/A' can be selected in the combo box... like the letter 'A'

    thanks

  6. #6
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Only thing I can think of is to change "N/A" to " N/A". You can then use a space bar to select.

    When the data is being output, you could remove the leading space (TRIM function) or replace when the output is completed.

    rylo

  7. #7
    Forum Contributor
    Join Date
    10-04-2007
    Posts
    118
    thanks mate

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1