Reputation: 345
I have "login" form. My submit button checks username and password. I want this button also close "login" form and open another form where form name comes from label caption. For example:
DoCmd.OpenForm "label11.caption"
But I get error. and cannot solve this. Please help Thanks in advance
Upvotes: 1
Views: 59