i swear i search in google but didnt see any answers.
i am currently developing a inventory system using vb6 and mysql. my problem is i want to formalized my datareport. what i normally output with my datareport is like this:
DR / Barcode
DR0001 4958693956734512
DR0001 2523623632724572
DR0001 2363263263263263
DR0002 2363263263263223
DR0002 2363263262363263
DR0002 2363263262363263
what i want to do is
(those underlines are suppose to be blank)
DR0001 23462464264262642
_______23323263263263263
_______23632632641257247
DR0002 42642642642642642
_______42642642642626426
_______42642642642626426
or anything that is close to this format. i want to avoid repeating those values and i think its much better to understand a printout like this.
thanks in advance. :wave:
i am currently developing a inventory system using vb6 and mysql. my problem is i want to formalized my datareport. what i normally output with my datareport is like this:
DR / Barcode
DR0001 4958693956734512
DR0001 2523623632724572
DR0001 2363263263263263
DR0002 2363263263263223
DR0002 2363263262363263
DR0002 2363263262363263
what i want to do is
(those underlines are suppose to be blank)
DR0001 23462464264262642
_______23323263263263263
_______23632632641257247
DR0002 42642642642642642
_______42642642642626426
_______42642642642626426
or anything that is close to this format. i want to avoid repeating those values and i think its much better to understand a printout like this.
thanks in advance. :wave: