Search results

  1. T

    Define Form Size

    Thanks VilaRestal and Simon for your valuable inputs. Regards, Tanya
  2. T

    Define Form Size

    Hi All, I'm using Access 2010 and the Setting for Document Window Options(File->Options->Current Database) is "Tabbed Documents". With this background how does one define the size of the Forms. I do not wish to change the above settings to "Overlapping Windows" Any help? Regards, Tanya
  3. T

    Question More than two Criteria to filter a SubForm

    Got the solution: Private Sub Dur_ID_AfterUpdate() Me.Parent![frmCommSubform2].Form.Filter = _ " Creative = '" & Me.Parent![Creative] & "'" _ & "And Act_ID = " & Me.Parent![Act_ID] _ & "And Mth_ID = " & Me.Parent![Mth_ID] _ & "And FY_ID = " & Me.Parent![FY_ID] _ & "And Cl_ID = " &...
  4. T

    Question More than two Criteria to filter a SubForm

    Paul, another problem to be solved: What if I need to filter a Subform(frmCommercialWithDetails_subform) from values from: 3 fields from Mainform(frmCommercial Mainform) and 2 fields from another Subform(frmCommercial Subform) Filtering from the values on Mainform works perfectly (Thanks...
  5. T

    Question More than two Criteria to filter a SubForm

    Thanks Paul!!! You made my day...
  6. T

    Hi

    Namaste Paul!! and Warm Greetings to you too..
  7. T

    Question More than two Criteria to filter a SubForm

    Hi All, I need to filter a subform based on the values on the mainform. Criteria are Multiple. The idea is to show the user the records that are already existing in the table. First two criteria works, stuck with the third one I.Criteria – Creative(text type) Private Sub...
  8. T

    Hi

    Dear All, I'm Tanya from India. I have just started to learn Access 2010 which I find very interesting. I was an avid user of dBase IV earlier. I work for an Advertising Company and am planning to create a program to handle their operations department. Good times to you all...
Back
Top Bottom