Page 1 of 1

Deleting pictures

Posted: Thu Jan 18, 2007 1:41 am
by kpraman
Hello,

I have a table - invoice
field item- where item id is stored in 1,2,3 manner.
amt - there relevent items amount is stored in 100,200,300 manner.
total- the total of amt field is stored.

To show in the orders form i have to display itemids their names subtotal and total. The problem is once i delete items from the item table, i am no longer able to display the itemnames - (items are pictures).


Thanx

Posted: Thu Jan 18, 2007 7:35 am
by feyd
kpraman wrote:The problem is once i delete items from the item table, i am no longer able to display the itemnames
They are deleted, yes? So don't display them; delete those records.