Search results

  1. R

    Combo Box

    Hi Everyone, I need help with combo boxes. I'm trying to create a form that updates a table. The table contains account numbers. What I want the combo box to do is show the account numbers so that I can choose from it. And then I want to input a new record to the table through the form of a...
  2. R

    Conditional Formatting in VB

    Thank you for providing the code. I really appreciated it.
  3. R

    Conditional Formatting in VB

    Thank you guys, I don't think anyone will be using the 2007 version, so that should not be a problem, since where I work, we are still using the 2003 version. I just need a sample code of what it will look like, as I have no idea how to set it up. I tried using the help menu in excel...
  4. R

    Conditional Formatting in VB

    Hi Everyone, I have a question about visual basic in excel. I have a range of cells that I want highlighted a different color depending on their value. I tried doing this with the conditional formatting however, excel only lets you go up 3 values. Is there a code that I can put in the excel...
  5. R

    VB and SQL (List Box)

    Hi Everyone, I need help with a function I am trying to create. I have a table(table1) with three columns, and about 100 rows. I have a form(form1) with a listbox(listbox1) that populates itself using an SQL statement. It only calls for column A out of the three (A,B,C …..) to show in the...
  6. R

    Help Please (Buttons)

    Hi everyone, This question is probably going to sound stupid, but I don't know any VBA and need to get this done. I want to be able to open a table using a button within a form, this forms has about 3 buttons within it. I want all the other buttons to be disabled once a table has been...
  7. R

    Disabling a Button

    Thank you Thanks, I will try it to see how it works.
  8. R

    Disabling a Button

    Can someone please help me, I'm trying to create a database and create a form to make it user - friendly. My problem is I don't know how to disable buttons. An example of what I mean is as follows: I have on a form two buttons: Command1 Command2 Command1 is set to run a...
Back
Top Bottom