Search results

  1. S

    Dynamic Month Roll-Over

    I have three fields on a form of months in the correct sequence. i.e Jan, Feb and Mar. I want these fields to automatically update into the correct order based on the current date/month. I.e today is 29th of August, I want the fields to show Aug, Sept, Oct. Is there a code that I can input...
  2. S

    Store values from a multi-selection list box

    Hi all, I am a newbie in Access, and I have made a list box on a form that can have multiple selection. Is there a code I can put in the On Click event in the property settings that can help me to store the multiple selected values in one single field in a table where the values are...
  3. S

    Auto-Assign a value to a combobox based on a previous combobox entry

    I am a fresh beginner in Access so please take my apologies if I haven't explained the below issue clear enough and let me know so that I can further explain it in moer details. I have two comboboxes; Combo A and Combo B, coming from the same record-saving table but within that table they are...
  4. S

    Task Form Design

    I would like to create a subform with 3 columns. 1st column should list of about 20 time intervals which is fixed 2nd column should be dropdown/combobox with tasks that the user can choose for each time interval 3rd column should be dropdown/combobox with teamnames that the user can choose for...
  5. S

    Autoupdate textbox after clicking on command button

    I have a command button showing a username and also a textbox which is linked to a table with usernames on the same form I want to autoupdate the textbox to show the username on the commandbutton when I click on the commandbutton. Does anyone know the VBA codes for the on_click event...
Back
Top Bottom