techsponge
Technical User
I am creating an application to sell games.
Users pick from a list of games on frmBowl20 (only one game may be sold at a time).
When the user clicks the "Sell" image on the form (frmBowl20)I transfer the main game details to unbound controls on the unbound form that acts like a cash register 'frmSalesReg.
My question is how would I go about writting the information in the unbound text boxes to my table?
frmSalesReg unbound controls:
washstampnum
QtySold
TktValue
SoldBy
DateSold
TotalSale
Binnum
[TblTicketSales]
washstampnum
QtySold
TktValue
SoldBy
DateSold
SaleID (this is autonumbered)
TotalSale
Binnum
Many thanks as always