Posts
 
Reputation
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
~156 People Reached
Favorite Forums
Favorite Tags
Member Avatar for aditi123

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.

Member Avatar for vb5prgrmr
0
74
Member Avatar for pytup

I have a code: [CODE]Private Sub OK_Click() Dim Username As String Username = InputBox("Username") If Username = "Martyna" Then MsgBox "Welcome, " & Username Else: MsgBox "Sorry, access is denied, please Check your username and try again" End If End Sub[/CODE] and it should ask 3 time for username then …

Member Avatar for vb5prgrmr
0
82