Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TheClaw

  1. TheClaw

    Resizing forms automatically depending on VDU resolution

    How do you do this please.... Is it possible?? Thanks
  2. TheClaw

    Filtering 2 forms at once

    I guess no one knows?? It seems to filter when the form is loaded seperately but not in a sub form
  3. TheClaw

    Filtering 2 forms at once

    I can't find form property's on sub form and link the master and child together causes the datasheet to display the current form record and not all filtered records. Thanks anywayzzz
  4. TheClaw

    Filtering 2 forms at once

    ....when I do the above link it says "invalid outside procedure".
  5. TheClaw

    Filtering 2 forms at once

    It is looking at the combo boxes but it only displays the record the main form is on even though there are i.e. 101 filtered records. I dont know how to get around this.
  6. TheClaw

    Filtering 2 forms a once

    OK Guys.... I really need your help. I have a form with various filter options on using combo boxes and I have a subform which I wish to disply the same results but in datasheet view. How do I make the datasheet version reflect the filters applied on the main form?? Please please help!!! Some...
  7. TheClaw

    Filtering 2 forms at once

    OK Guys.... I really need your help. I have a form with various filter options on using combo boxes and I have a subform which I wish to disply the same results but in datasheet view. How do I make the datasheet version reflect the filters applied on the main form?? Please please help!!! Some...
  8. TheClaw

    Filtering 2 forms at once

    OK Guys.... I really need your help. I have a form with various filter options on using combo boxes and I have a subform which I wish to disply the same results but in datasheet view. How do I make the datasheet version reflect the filters applied on the main form?? Please please help!!! Some...
  9. TheClaw

    Shouldn't be this hard - Filter using combo box

    Try this..... DoCmd.ApplyFilter , "[Contact_Title] Like '" & Me![Combo8.Text] & "'"
  10. TheClaw

    Changing SubForm Source

    Sorry - I am really dumb, Ive worked it out! Thanks
  11. TheClaw

    Changing SubForm Source

    Hi, Can anyone help me.... I would like a sub form to display a different form within it depending on a user. Does anyone know the code? Thanks
  12. TheClaw

    Loading a table into a report with a variable name.

    I have come to another problem.... how would I load the table up in a query?? Thanks in advance
  13. TheClaw

    Getting End of Current Month Date

    Does any one know how? Cheers

Part and Inventory Search

Back
Top