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
Form Filter
Collapse
X
-
Tags: None
-
Originally posted by confused99I 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
Comment