Search results

  1. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes Thank You very much, It is working perfect now. I appriciate your efforts. Today was my deadline for submitting this. You helped me alot. :):)
  2. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes I am sorry that i am not able to get it. If I remove following filters Link master feild: submitter link child field : submitter then button is not filtering at all. :confused: I am uploading the database here..i would be very...
  3. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes Oh, i am sorry, i did not notice this thing ealier. but what i need to change in code now
  4. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes And one thing more, My dates are not in date format, they are just digits like 20101025 As my client got excel sheets daily from somewhere And it comes in this format (numeric) and he has to embed these sheets daily into this access...
  5. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes Thanks for you help, I have placed that code under button click, but still there is same problem. Data is not displaying according to selected two dates. I have these properties set: Link master feild: submitter link child field ...
  6. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes Ok, My subform control name is '1st dec subform2' and under data tab, source object is '1st dec subform2'
  7. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes 1. I don't have any button, when i change the value of combo box, the values of subform is automatically changing accordingly. 2.My Combo boxes are called(combo62, combo53, combo55) combo62 - submitter combo53 - date from combo55 -...
  8. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes Yes...they also have only one column..
  9. Y

    Display values in subform based on multiple combo boxes

    Re: Dispaly values in subform based on multiple combo boxes there is not much code, its a simple query on my combo boxes. here it is SELECT DISTINCT [1st dec].Submitter FROM [1st dec];
  10. Y

    Display values in subform based on multiple combo boxes

    HI, I am new to MS Access and stuck in a problem from few days. My Question: I have 3 combo box (Submitter, date from and date to) on my form and i want that when i select values from each of these combo boxes, a subform will display all the matching rows based on it, display rows based on...
Back
Top Bottom