Search results

  1. A

    how to update list of values in a combobox

    Hi, I have a combo box which gets its values from sql server using a query which is called "get_query_reason", which works fine. Now I want to update combo box values based on a user selection, st string. Have written the code, but does not work: Dim qDef As QueryDef Dim Query As String Dim st...
  2. A

    update values in combo dropdown from vb

    Hi, I have a combo box which gets its values from sql server using a query which is called "get_query_reason", which works fine. Now I want to update combo box values based on a user selection, st string. Have written the code, but does not work: Dim qDef As QueryDef Dim Query As String Dim...
  3. A

    how to update a List

    Hi, I have created a list that has 5 column. Data is filled in list using a query. I know how to remove 2 columns, but I do not know how to increase the width of columns. Any idea? thanks Arvin
  4. A

    unread outlook emails

    Hi there, I need to write a vba code that tells me number of unread and incoming emails in an inbox in outlook. I managed to link to inbox in outlook, but all I need now is to write the code to give me: a) number of unread emails b) fill some of unread emails details (like name, from) in a...
  5. A

    update data in combobox using query

    Hi List, I have been spending all my today to fill a combobox dynamically, but have not been able yet. I have a combobox and a pass-through query in access, which is working fine and fill the details into the combobox via data source. Now what I am planning to do is to update the combobox...
  6. A

    fill combobox in access vba

    Hi List, I have been spending all my today to fill a combobox dynamically, but have not been able yet. I have a combobox and a pass-through query in access, which is working fine and fill the details into the combobox via data source. Now what I am planning to do is to update the combobox...
Back
Top Bottom