Forum Discussion
itsmatta
Jun 15, 2024Copper Contributor
Form won't close to open main
I have a login page and a main page. On my login page, I has this for the code and everything works fine. Private Sub btn_login_Click()
If DCount("uusername", "usertable", "uusername= '" & txt_u...
- Jun 15, 2024Is "response" the same thing as "respond"?
Do you have Option Explicit declared at the top of this module--and of every other module in this database?
George_Hepworth
Jun 15, 2024Silver Contributor
Is "response" the same thing as "respond"?
Do you have Option Explicit declared at the top of this module--and of every other module in this database?
Do you have Option Explicit declared at the top of this module--and of every other module in this database?
George_Hepworth
Jun 15, 2024Silver Contributor
Option Explicit would prevent that sort of typo.