hi to all genius,
i am making invoice form in vb6, i have to make grid like view so that user can add item details in row just by clicking on it and new Grid is open to select record from it. hope u r understanding..
example:
this is the table in invoice form with these fields
...............................................................................
item name: item description: unit price: amount:
...............................................................................
Row1
----------------------------------------------------------------
Row2
----------------------------------------------------------------
(should i use table or grid here?)
now when i click on Row 1 a seprate form should be open to select record from grid. this is not the problem for me(seprate form) the problem is above table....should i use grid???? but if i use grid it shows the records present in it...i want empty grid so that user can add record from it...and the drop it
please see the image file if you dont understand what i want to explain.