baskets

  • Thread starter Thread starter h3llz
  • Start date Start date
H

h3llz

How would i make a area of the form the list of basket content?
(tblBasketsContent where basketID=currentBasket)

I thought about using subforms but dont know how to do additional code when
the field quantity changes, and when the record gets deleted, also would need
it to have a scroll (like subforms, if subforms aint possible)

Any suggestions?
 
h3llz said:
How would i make a area of the form the list of basket content?
(tblBasketsContent where basketID=currentBasket)

I thought about using subforms but dont know how to do additional
code when the field quantity changes, and when the record gets
deleted, also would need it to have a scroll (like subforms, if
subforms aint possible)
Changes and deletions to a basket would be done on the subform.
The NorthWind Database has some examples that should be exactly what you
need.
 
Back
Top