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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wangling
  • Order by date
  1. wangling

    sub report's question

    Hi! I want to switch sub report field from different source How to write the code Thanks
  2. wangling

    how to handle form and subform by varity

    like the following code dim SubForm as Form The Original Code is "Set SubForm = Form_Similar_Sub_Form" I want to change the "Similar_Sub_Form" to a variety (ex."Set SubForm = Variety "). How can I write this code ? Thanks a lot.
  3. wangling

    can subform name using by varity ?

    like the following code dim SubForm as Form The Original Code is "Set SubForm = Form_Similar_Sub_Form" I want to change the "Similar_Sub_Form" to a variety (ex."Set SubForm = Variety "). How can I write this code ? Thanks a lot.
  4. wangling

    how to handle form and subform by varity

    in my code Forms![Similar_Form]![Similar_Sub_Form].Form![field 1].ControlSource = "ask-date" How can I use varity As String to handle the Similar_Form?and Similar_Sub_Form in code? thanks
  5. wangling

    AUTOFILTER

    WHEN I IN MAINFORM TAKE A TEXT-BOTTOM AND KEY IN A CHAR(BUT DON'T PRESS ANY KEY) AND THE SUBFORM CAN AUTOFILTER THE RIGHT RECORD JUST LIKE ACCESS'S HELP SYSTEM HOW CAN I DO
  6. wangling

    How to toggle cusor in enter data to field

    in access ,we can chick tool then choose item then choose keyboard ,so there 3 choice item to decide cusor's position by enter data to field(#1 is setfocus to filed,#2 is on the field's head,#3 is on the field tail) my question is how to using vba code to toggle the 3 way thks
  7. wangling

    using table as report ' source

    HI, FRIENDS ANY ONE KNOW COULD USE TABLE AS REPORT'SOURCE THKS

Part and Inventory Search

Back
Top