Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dim frm as Form
set frm=Forms!MyForm
with frm
docmd.open .name,,,acHidden
.width=ANumber
.height=AnotherNumber
end with
Docmd.close acform,.name,acsave
set frm=nothing
docmd.open acform,Forms!MyForm