mimitan
Technical User
- Dec 17, 2004
- 34
Hi,
I am currently learning Access DB. I created a form with a button when clicked it will open another form. My question is when it open the second form, it default it to Form view, how can I change it to default to Datasheetview?
Here is a few lines of the codes attached to the command button
Sub...
.
.
stDocName = "Form To process update of the Weekly Ad"
DoCmd.OpenForm stDocName, , , stLinkCriteria
.
.
End sub.
Thanks!
I am currently learning Access DB. I created a form with a button when clicked it will open another form. My question is when it open the second form, it default it to Form view, how can I change it to default to Datasheetview?
Here is a few lines of the codes attached to the command button
Sub...
.
.
stDocName = "Form To process update of the Weekly Ad"
DoCmd.OpenForm stDocName, , , stLinkCriteria
.
.
End sub.
Thanks!