maybe i should show you what i have and what i want..
right now it looks like this:
How can I get it to open up like this:
so far my code is:
Public Function OnOpen()
DoCmd.OpenForm "Login", acNormal, , , acFormEdit, acDialog
End Function
where i have an autoExec macro to call that...