Search results

  1. A

    Using a toggle button to change a label colour

    Hello all, Is it possible to use a toggle button to change the colour of a label? I assume the code should be something like this: If Me.ToggleButton = 1 Then Label.BackColor = RGB(0, 255, 0) ElseIf Me.ToggleButton = 0 Then Label.BackColor = RGB(255, 255, 255) End If But I've tried it in...
  2. A

    ComboBox Help

    Hello, I have a database with a from for tracking training course sales and on that form there is a drop down box with all the training dates & Locations in which it gets from a table. However as that list is getting longer and longer I have added ">Date()-31" to the criteria so everything...
  3. A

    Using a Combobox to Populate a textbox

    This one is really bugging me, I have a table filled with company contacts and form with a combo box containing the contacts names. When a contact is selected I want it to show their Telephone, Mobile and email address in text boxes below. But it only shows the telephone number and the other...
  4. A

    ComboBox Doesn't Display Some Values

    Hello, In a form used to record a sale for a company we have a dropdown box with the contact names for that company and when one is selected it populates other boxes like phone number etc however the combobox brings up all possible contacts but when some of them are selected all the boxes...
  5. A

    Using a MultiList Box and a Combo Box in a query

    Hello, I'm fairly new to access, very new to Forums and even less experienced with VB so any help would be greatly appreciated. I currently have a database of customer information and form set up with a MultiList box based on the regions those companies are based. You select the region(s)...
Back
Top Bottom