Recent content by mjs

  1. M

    vba code that generate 3 random letters

    Can anyone help me how to write a function that will generate a 3 random letters Thank you in advanced :)
  2. M

    listbox

    Hi Exfriend Thanks for the reply. I did try it and it works but the problem now I don't know how to update each selected record on my table. If you can show me a sample code on how to do it this will be very helpful for me. Sorry for asking too much as I'm new with access vba... Thank you again
  3. M

    listbox

    I have a form that has a listbox and the listbox value is from one of my table. What I want to do is get the id of the selected items and append it to one of the field on my table. But if multiple are selected on the listbox I want to assign the first id of the record on all of them. For...
  4. M

    Listbox problem

    I have a listbox that is bound to a table and set to multi-select. I also have a button that I called "Generate Code". What I want to do is to be able to select multiple items and generate a code based on the first selected item ID with 3 random letters once I click on the button - "Generate...
Back
Top Bottom