B
balu
dear friends,
table [ invoice]
fields [invoiceid] number
" [date] date
" [ quantity] number
i would like to delete some data between the dates of my choice and i want
to add data of (sum of invoice.quantity) between the dates of my choice to
the table invoice
purpose: to compact and keep the database size small at choice of user but
at the same time invoice.quantity will be summed up and added to the same
table for perfect opening and closing balence calculations
can any one please help me .
table [ invoice]
fields [invoiceid] number
" [date] date
" [ quantity] number
i would like to delete some data between the dates of my choice and i want
to add data of (sum of invoice.quantity) between the dates of my choice to
the table invoice
purpose: to compact and keep the database size small at choice of user but
at the same time invoice.quantity will be summed up and added to the same
table for perfect opening and closing balence calculations
can any one please help me .