Form Filter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • confused99
    New Member
    • May 2007
    • 9

    Form Filter

    I have a form (Form1) which has a field called 'ID' and a command button. When I click on the command button, another form (Form2) opens and the value of the field 'ID' is taken from Form1 to Form2. But sometimes, Form2 gets a filter from somewhere and a different value of ID is stored in the field. When I remove the filter in the form properties, it works fine for sometime. But this occurs again after sometime. Please help me out
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by confused99
    I have a form (Form1) which has a field called 'ID' and a command button. When I click on the command button, another form (Form2) opens and the value of the field 'ID' is taken from Form1 to Form2. But sometimes, Form2 gets a filter from somewhere and a different value of ID is stored in the field. When I remove the filter in the form properties, it works fine for sometime. But this occurs again after sometime. Please help me out
    We will need to see the actual code you are using to open Form2. You say it is sometimes picking up a filter elsewhere but you don't say where and when this is happening.

    Comment

    Working...