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 #107.55K
1 Posted Topic
Re: I just want to share this because this works for me... [CODE]Private Sub Form_Load() Dim report As New CRAXDDRT.report Dim sql As String Dim crapp As New CRAXDDRT.Application Dim tbl As CRAXDDRT.DatabaseTable 'I modified the query for the report by specifying the WHERE clause sql = "SELECT....WHERE..." With crapp 'I … |
The End.