docmd.openform

S

Souris

I wanted to open a from using docmd.openform in datasheet format, but it
always comes single records.
Are there any option to make the form in datasheet when opeing?
Any information is great appreciated,
 
V

Van T. Dinh

Check Access VB Help on the OpenForm method. One of the optional arguments
allow you to open the DatasheetView of the Form (unless the DatasheetView is
disallowed in the Form's Design?).
 
S

Souris

Thanks for the information



Van T. Dinh said:
Check Access VB Help on the OpenForm method. One of the optional arguments
allow you to open the DatasheetView of the Form (unless the DatasheetView is
disallowed in the Form's Design?).
 
Top