Search Result

Collapse
9 results in 0.0014 seconds.
Keywords
Members
Tags
list box
  •  

  • BeachBummin
    started a topic Referencing listbox value in export code

    Referencing listbox value in export code

    Hello,

    I have a listbox populated with a series of queries. I am trying to write code so the user selects the query from the list and clicks and export command button.
    Code:
    Private Sub cmdExport_Click()
    Dim strQuerySelect As String
    Dim lstQueryBox As ListBox
    
    strQuerySelect = lstQueryList.Value
    
    DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12Xml, strQuerySelect, "C:\Documents
    ...
    See more | Go to post
    Last edited by NeoPa; Feb 10 '12, 01:43 AM. Reason: Added mandatory [CODE] tags for you

  • isaace
    started a topic Conflicting List Boxes

    Conflicting List Boxes

    I have 2 pop up forms which come from a main data entry form. The pop up forms are populated by a list box. When double clicking on the list, that entry is then pulled up on the main form.

    My problem: I've gotten both sets of code to work - BUT NOT AT THE SAME TIME. It seams that they are conflicting for some reason - but now sure why. I think it may even be changing the code once I click on the DoCmd.Close. Not sure if I am going...
    See more | Go to post

  • Can I add an "ALL" option to a list/combo box and how do I do it?

    Hello all,

    Sorry if this question appears a lot, I've looked all over the internet and can't find a single solution that works.

    I would like to add an "All" option to a list box (and a combo box, but I'm assuming the coding is similar enough for me to modify, if needed) that when selected and a query is run based off the selection it returns records that match all of the options in said list. The code I have...
    See more | Go to post

  • Aussie1333
    started a topic End of Statement Expected
    in .NET

    End of Statement Expected

    Hey guys, I'm in high school, and just for a little personal project, I was trying to write a program, and I've got it pretty much downpat, but after the line "Dim lstPizza(8).Ite ms" within this sub:
    "Private Sub fmPizza_Load(By Val sender As System.Object, ByVal e As System.EventArg s) Handles MyBase.Load
    Dim lstPizza(8).Ite ms
    End Sub" it comes up with "End of Statement Expected". I have...
    See more | Go to post

  • Having trouble with list box in firefox using javascript/ajax

    Hello i'm relatively new to web programming and i have been giving the task of moving one of my VB programs over to a web format. I generally use google chrome and that has been what i've been testing my web page in. Yesterday i got everything in my web application working great so i decided to check out what it looks like in IE, before it just seemed to be cosmetic, but i noticed it didn't refresh properly like it did in chrome. it wasn't a big...
    See more | Go to post
    Last edited by Dormilich; Nov 19 '09, 04:28 PM. Reason: Please use [code] tags when posting code

  • Mysterydave
    started a topic Help with my table relationships and list box

    Help with my table relationships and list box

    Hi,

    I am trying to create a data entry form for users. I want part of this to be a list box that can have multiple selections. As it stands at the moment. I have a table for Event details called 'Event', a table for Universities called 'Universities' who may attend, and a table inbetween called 'Attending' to stop the many to many relationship by having the Event Id and University Id in. I don't know if this is correct? Could someone...
    See more | Go to post

  • maliksleo
    started a topic Selection of items in list box

    Selection of items in list box

    i have a list box now i want to select 3 values in it through VB code

    and restrict the user to select onle three values please help me

    Regards
    See more | Go to post

  • tombarth11
    started a topic List Box contents not changing for new records

    List Box contents not changing for new records

    I have searched, but can't find a thread that addresses this problem. I think I'm just overlooking something simple, but I'm stumped at this time. My problem is that I need to provide a list of order numbers that are associated with a piece of equipment. I have a Form (frmEquipment) that is bound to a table (tblEquipment). I have another table (tblOrderNumber s) that contains, among other things, a Foreign Key field (called EqptKey) to tblEquipment...
    See more | Go to post

  • What is the difference between a List Box and Combo Box?

    at first let me clearify ....
    these (Combo BOX + List BOX) r two different components in html page?????

    i know how to develope combo box... but list boxxxxxx??????

    plz help me .......thanxxx in advance
    See more | Go to post
Working...