pr2-eugin
Super Moderator
- Local time
- Today, 04:54
- Joined
- Nov 30, 2011
- Messages
- 8,492
surfrus, I think you still have not figured out what/how to do it.. What I think you have (based on your screencaps) is that the ID (which we have been talking about) is actually a UserName String.. so replacee the DLookUp with the following..
Please change all Blue Bits, also make sure you have the Login Form is made invisible NOT CLOSED
Code:
=DLookUp("[[COLOR=Blue]UserNameField[/COLOR]]","[User]","[[COLOR=Blue]UserName[/COLOR]]='" & [Forms]![frmLogin]![[COLOR=Blue]LoginTextBox[/COLOR]] & "'")