-
Using a combobox to control textbox
how do I code this?
Last updated: -
Data Changing when closing an Access 2003 form
I have a form in Acess2003 with a subform, the subform is linked on two fields, name and date. If I close the form when my master form is on the first name in the combox everything works fine - If I close the form not on the first name in the combo box, then whatever name it is on gets the date of...
Last updated: -
How can I join 2 tables in MS Access (e.g,tbl1 and tbl2)and Searching & Retrieving records using ComboBox and will display in a textbox after i click Search button in VB? I am using ADODC control as datasource
Last updated: -
MS Access Datasheet sorting using Runtime
In Access 2000 runtime is it possible to enable some quick an easy sorting on a DataSheet view in a subform? I am currently using a ComboBox to achive this, but it would be more intuitive for the users to just be able to click on the column heading like one would do in Windows Explorer.. Thanks!
Last updated: -
Retrieving AS/400 library list with Visual Basic 6
How can I retrieve As400 library list in a combo box / data combo box (Visual Basic 6) so that user may choose the corret library name then use it wherever needed. using windows 2000 or above is it possible to send me a sample program which explains how to do it. Thanks
Last updated: -
A field from one table update two different fields in other table.
TBL_Items (ItemsID, Item) and TBL_Order (OrderID, OrderItem, DeliveredItem). At TBL_Items it is possible to find an items that has equal funtion to other. (Item1=Item23) A customer asks for Item1 and with a ComboBox I select Item1 and fill OrderItem. At the moment to deliver there are not Item1 and...
Last updated: -
Issue with a sub procedure and its arguments.
I'm trying to build a sub procedure to create a list for a combobox. Basically, the db has sererate fields in the client table for first and last names and I want to create a combobox that lists each in one line. The real point of the question is whether or not I can build a sub procedure so I...
Last updated: -
vb.net related questoin. i have 3 items in listbox. At one of list item i have applide method that on selectedvaluechanged open a combobox but when i click on the blank space in listbox other than listbox items, the combobox appeared still. means the selectedvaluechanged is called again. how to...
Last updated: -
Hi, I want to write a formula or javascirpt in such a way that on click of a value in one combobox(AccountType) , i want one value to be displayed in another combobox(PSD Indicator).If i am writing a java script on one event there is nothing being displayed.Can anyone explain me how to implement...
Last updated: -
Hi, Can anyone explain me how to set a value to combobox in lotusscript through code Thanks Raji
Last updated: -
Using combo box to populate a sub form which is used to create a new record
Using Access 2003 I have a table called POTable which contains 4 fields. PONOID (primary Key and AutoNumber), PONO (text), VENDOR (text), GENDESCRIP (text). I have another table called MRRTable. This table contains several fields with one of them being PONOID (number). What I want to do is the...
Last updated: -
Storing a ComboBox selection as a variable
I have written a reporting procedure with various company code variables representing full company names. Different reports will be generated according to the company code that is plugged into the procedure. I am trying to create a ComboBox that allows the user to select the company code, which...
Last updated: -
Hi! I'm extremely new at using combobox in Excel and I have 2 questions about how to incorporate them into my files. 1.) Is there software that I can use to "produce" the VB code I need to set my comboboxes over my Data Validation cells? Not used to actual programing. 2.) I wanted to know if...
Last updated: -
I want to have a drop down list (combo box, or list box or whatever) to display a defined recordset set from a talbe depending on an enter in a field on the same form.
Last updated: -
Two dropdownlist select one change data of another list. !hELP ME OUT
Two dropdownlist (drpcountry & drp city). i just want if i select pakistan in drpcountry other dropdownlist which is drpcity should display cities of that country it works for 1st country pk but if i select other the cities drp list dont update and show same old cities. i have true autopostback in...
Last updated: -
Updating Combobox after new data added
Using access 2003, I have a form (frmJobSheet) which contains a combobox (cboContacts) containing all the contacts in a talbe (tblContacts). If a name is entered in cboContacts which doesn't exist in tblContacts, I want to open another form (frmContacts) which the user would then enter the new...
Last updated: -
Ajax database lookup in ComboBox
i used ajax combobox in form , i have below some more field import from master form once refresh after ,dblookup field is going to defelet. so what can i do ?
Last updated: -
Thanks Vatchy,that seems to work but i found a new problem that the combo box is responding after clicking at lest 2 times click on the scroll icon in right side. Can we do it in one click, if yes then how???
Last updated: -
hi, i'm new in VB.Net i'm creater 3 combobox in Microsoft Visual Studio .NET(Code VB), now i want combobox 2 or combobox 3 change when i choose combobox 1. 3 combobox must have diffirent value combobox 1(1,2,3) combobox 2(1,2,3) combobox 3(1,2,3) Thank for help.
Last updated: -
ComboBox in Microsoft Excel VBA
HOW TO RUN A MACRO WHEN SAME VALUE IS SELECTED IN THE COMBO BOX IN EXCEL VB?
Last updated: