kabir_hussein
Registered User.
- Local time
- Today, 11:10
- Joined
- Oct 17, 2003
- Messages
- 191
hi i am doing the following update query to update prices
UPDATE PartTable SET PartTable.[Selling Price] = (([PartTable]![Mark Up]/100*[PartTable]![Guide Cost])+[PartTable]![Guide Cost])
WHERE (((PartTable.Category)=[Forms]![FrmCategoryEdit]![Sub Category]));
but for some reason when i save it and exit it i get the following message
Im i doing some think wrong
thank you
UPDATE PartTable SET PartTable.[Selling Price] = (([PartTable]![Mark Up]/100*[PartTable]![Guide Cost])+[PartTable]![Guide Cost])
WHERE (((PartTable.Category)=[Forms]![FrmCategoryEdit]![Sub Category]));
but for some reason when i save it and exit it i get the following message
Im i doing some think wrong
thank you