Recent content by Lori-Mai

  1. L

    drop down list fill

    Thanks John I will review both of these, as it look much like what I hope to achieve. Lori
  2. L

    drop down list fill

    ansentry would this be the same in which I should use? I am trying to create a form for "daily input" (which I would like to use in turn as an invoice) within the daily input, I want to be able to bring information from a "client table" into the daily form, which would do a look up by client...
  3. L

    drop down list fill

    Boy Angelflower........you can't believe how much you are helping me to understand!!!! Ok, so maybe how I want to word this now is like so. It is showing me all this information as I want. I know the customer number, and the remainder of the customer info. The only part that shows up in the...
  4. L

    drop down list fill

    Hi and thanks Angelflower Think I am getting somewhere on this, but yet not quite right this is what I have in the code Private Sub ComboCustomer_Number_AfterUpdate() 'Updates Customer Information Me!CUSTOMER_NUMBER.Value = Me!ComboCustomer_Number.Column(0) Me!LAST_NAME.Value =...
  5. L

    drop down list fill

    That's two of us I am having the same difficulties as well. I have a table for my clients, which includes all the information I need on them and a form for daily input and invoicing. I would like to be able to do a lookup by my customer number in my form and have certain fields included in...
Back
Top Bottom