Search results

  1. D

    How do I set the default tab?

    I have a form with a tab control. The rightmost tab is always open when the form loads. I want the left-most tab to be open when the form loads. I can't seem to figure out how to change it. I tried... 1) Me.TabCtl0.Value = 0 2) Me.TabCtl0.Value = 11 ...in the form_load() sub. One of them...
  2. D

    Unable to select item in listbox

    It was an unbound control on a bound form
  3. D

    Unable to select item in listbox

    Thanks for your help. I am uncomfortable posting all my code so I asked my boss for help. He figured out the problem. Thanks anyway; I REALLY appreciate it!
  4. D

    Unable to select item in listbox

    They are all set to "yes"
  5. D

    Unable to select item in listbox

    It IS enabled. It is NOT locked.
  6. D

    Unable to select item in listbox

    I can't select an item in the listbox on a form. Any ideas why that would happen?
  7. D

    Is it possible to put a combo box in a MsgBox?

    There is a combo box with a list of revenue types. If the user types into the box a value that is not part of the list, a msgBox pops up and asks them if they want to add that value to the list. Here is my problem: In that msgBox, I want to give the user a combo box list of revenue groups to...
  8. D

    How to make form open automatically when open file

    Thank you so much!
  9. D

    How to make form open automatically when open file

    I'd like to make my switchboard form open automatically when a user opens my access file. How do I do this?
  10. D

    How do I display a name for a form that is not its real name?

    Exactly what I needed. Thank you SO much! :D
  11. D

    How do I display a name for a form that is not its real name?

    When a form opens in MS Access, it displays its name on the title bar of the form. I want to hide the real name of my form and display a more user-friendly name on the title bar. How can I do this?
  12. D

    Allow user browse for file with TransferText?

    Thank you SO much!!! You saved me hours of frustration and I really appreciate it. :D
  13. D

    Allow user browse for file with TransferText?

    Thank you! But how do I to incorporate that code into doCmd.TransferText?
  14. D

    Allow user browse for file with TransferText?

    I'm importing a CSV string using TransferText. I want a dialog box to pop up that allows the user to pick the file to transfer. How do I code the transferText option so that a browse dialog box pops up?
Back
Top Bottom