Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.1K
2 Posted Topics
hi I have developed a project using vb dao. Now I want to generate report by using crystal report 9. can anybody help me with the coding of the same.
' Try this do while loop [QUOTE=pytup;1069756]I have a code: [CODE]Private Sub OK_Click() Dim Username As String dim cnt as integer cnt=1 do while (cnt<=3) Username = InputBox("Username") If Username = "Martyna" Then MsgBox "Welcome, " & Username exit do Else: MsgBox "Sorry, access is denied, please Check your username …
The End.
aditi123