hi,
I am working on a form which gives the user various options like:add,modify,view etc..
Now when the user clicks on the modify button another form opens which takes a value from the user for supplier name and i want to open the previous form(that is the master form) for further modification operations based on the choice made by the user.
When i make a separate form the same thing works absolutely fine but since i am using the same form the entire code is being executed but the result not achieved. i mean all the records from the underlying table are shown and the query is not executed.
I have used openform in the calling form:
I tried apply filter in the base form
the problem is that in the form load event i want to give conditions like if openargs="modify".....
if openargs="view"....
but nothing works out together...
i am getting wild at it.
could anybody plz. help
thnks in advance,
vinanti
I am working on a form which gives the user various options like:add,modify,view etc..
Now when the user clicks on the modify button another form opens which takes a value from the user for supplier name and i want to open the previous form(that is the master form) for further modification operations based on the choice made by the user.
When i make a separate form the same thing works absolutely fine but since i am using the same form the entire code is being executed but the result not achieved. i mean all the records from the underlying table are shown and the query is not executed.
I have used openform in the calling form:
I tried apply filter in the base form
the problem is that in the form load event i want to give conditions like if openargs="modify".....
if openargs="view"....
but nothing works out together...
i am getting wild at it.
could anybody plz. help
thnks in advance,
vinanti