Consulting

Results 1 to 2 of 2

Thread: access invoice to excel combo box vba urgently need help

  1. #1
    VBAX Newbie
    Joined
    Aug 2009
    Posts
    1
    Location

    access invoice to excel combo box vba urgently need help

    Ok, so I have an invoice table in MS Access, but I want the invoices made in Excel. The layout is done, but I'm having some troubles getting some data in. I would like to have a combo box with a list populated from ‘invoiceID’ in the Invoices table. When that is chosen it auto populates the cells with things like delivery date etc. I'm assuming I assign each invoiceID a list of strings (aka make each invoiceID an array of strings ( I don’t know how to do this either) and use those array elements to populate the table. Could someone point me in the right direction as to how i could accomplish this? Thanks!

    in short:

    i have invoices table

    i have combo box in excel

    i want combo box to have invoice id's

    i choose invoice id's

    then, invoice layout has for example due date, in the due date cell, i want the duedate field from the invoice table to be automatically be sorted when invoice id is chosen

    once i know how to do 1, i can do it for all fields,

    anyone willing to give me some of there time will be loved 4 life


    THANKSSS XXX

  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,064
    Location
    Hi roger89,

    Welcome to the forum. It would be of advantage if you can post your sample workbook. Use Go Advanced. scroll down and then use Manage Attachments.
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •