I have specific medicines in a table consisting of about 3000 records, that cause problems when its captured at stocktake every year.
My question - can i change the colour of these spedific records to Blue, if one of the items are called up, in the stocktake capturing form.
I presume that the Medicine table (Fis_ItemT) should have an extra field, and if that item appears in the Stocktake capturing form, then this extra field will tell the form to change the colour of that specific record to blue.
- The form = stocktakeF
- subform = Fis_StocktakeSF
-Table where "item" field comes from = Fis_ItemT
- Table where transaction record is kept in subform = Fis_StocktakeT
- the field used to lookup "item" field in subform = "item_looku p" (numberfield)
pls help.
My question - can i change the colour of these spedific records to Blue, if one of the items are called up, in the stocktake capturing form.
I presume that the Medicine table (Fis_ItemT) should have an extra field, and if that item appears in the Stocktake capturing form, then this extra field will tell the form to change the colour of that specific record to blue.
- The form = stocktakeF
- subform = Fis_StocktakeSF
-Table where "item" field comes from = Fis_ItemT
- Table where transaction record is kept in subform = Fis_StocktakeT
- the field used to lookup "item" field in subform = "item_looku p" (numberfield)
pls help.
Comment