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.70K
1 Posted Topic
[QUOTE=Swapnilkadam;1419502]How create a Report in VB6.0. pls send me detail as early as possible.[/QUOTE] Private Sub PrintPreviewMainWarehouse() Dim RS As New Recordset Dim strPass As String If cmbCategory.Text = "Select All..." Then strPass = "SELECT tbl_products.product_code, tbl_products.description, tbl_products.pieces_qty, tbl_products.net_amount, tbl_products.vat_amount, tbl_products.gross_amount" & _ " From tbl_products" & _ " GROUP …
The End.