Have built a report with MS Access 97 and wish to convert to VB.net, or can i do same

szammit

New member
Joined
Oct 23, 2016
Messages
1
Programming Experience
1-3
Report with access to be done with VB.net.JPG

Hi I have a report created with MS access 97 and works very good, but the problem is that the report is limited to 22inches in size i can display as live data. I'm using a 48 inch monitor and alot of space is being unutilised. So I wish to regenerate this report using the vb.net. The table below has a field OvenLoaded which indicate that is being used and the colour change to green.

Report is this format:-

is the attached

Data using is from a databse and i manage to get it on vb.net :-

[TABLE="width: 713"]

[TR]
[TD="width: 14%, bgcolor: #c0c0c0"]
Lot Number
[/TD]

[TD="width: 14%, bgcolor: #c0c0c0"]
Qty
[/TD]

[TD="width: 14%, bgcolor: #c0c0c0"]
HrsStep
[/TD]

[TD="width: 14%, bgcolor: #c0c0c0"]
MACROPACKAGE
[/TD]

[TD="width: 14%, bgcolor: #c0c0c0"]
ProdSort
[/TD]

[TD="width: 18%, bgcolor: #c0c0c0"]
OvenLoaded
[/TD]

[TD="width: 14%, bgcolor: #c0c0c0"]
PACKAGECODE
[/TD]

[/TR]

[TR]
[TD="width: 14%, bgcolor: #ffffff"]
226368SU0W
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
953
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
39
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
9G
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
FP50
[/TD]

[TD="width: 18%, bgcolor: #ffffff"]
19/10/2016 09:45:16
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
1A
[/TD]

[/TR]

[TR]
[TD="width: 14%, bgcolor: #ffffff"]
226368SU10
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
432
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
16
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
9G
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
FP50
[/TD]

[TD="width: 18%, bgcolor: #ffffff"]
20/10/2016 08:02:00
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
1A
[/TD]

[/TR]

[TR]
[TD="width: 14%, bgcolor: #ffffff"]
2263795V07
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
4323
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
14
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
9G
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
FP50
[/TD]

[TD="width: 18%, bgcolor: #ffffff"][/TD]

[TD="width: 14%, bgcolor: #ffffff"]
1A
[/TD]

[/TR]

[TR]
[TD="width: 14%, bgcolor: #ffffff"]
226389QVRQ
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
1200
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
295
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
9G
[/TD]

[TD="width: 14%, bgcolor: #ffffff"]
F272
[/TD]

[TD="width: 18%, bgcolor: #ffffff"][/TD]

[TD="width: 14%, bgcolor: #ffffff"]
1A


[/TD]

[/TR]

[/TABLE]
 
Back
Top