I run a database for a Charity which records information submitted to us on paper forms.
One of the data entry forms on the database collects information about the Member who submitted the information and I wanted to add a Command button to this form which would display details about the Member's history with us just from typing a few characters of their name.
I did this by developing a form that displayed the required information in datasheet view and then added a Command button to the main data entry form (using the wizard for this) and set it to open the subsidiary form when the button was clicked. All quite simple.
This all works except for the fact that the form that opens when the button is clicked is always in Form View. I see from the Help files that the VB command for Open Form overrides whatever View may have been set in the design of the form that is being called but how do I get it to open the subsidiary form in Datasheet View?
Any help gratefully received.
Patrick
One of the data entry forms on the database collects information about the Member who submitted the information and I wanted to add a Command button to this form which would display details about the Member's history with us just from typing a few characters of their name.
I did this by developing a form that displayed the required information in datasheet view and then added a Command button to the main data entry form (using the wizard for this) and set it to open the subsidiary form when the button was clicked. All quite simple.
This all works except for the fact that the form that opens when the button is clicked is always in Form View. I see from the Help files that the VB command for Open Form overrides whatever View may have been set in the design of the form that is being called but how do I get it to open the subsidiary form in Datasheet View?
Any help gratefully received.
Patrick