R
Revned
Hello,
I have a form name [NewItem] bound for a query
and my query has this SQL
SELECT tblItem.ItemCode, tblItem.CategoryID, tblItem.ItemDescription,
tblItem.Price, tblItem.Taxrate, tblDrinkingWaterType.TypeCode,
tblDrinkingWaterType.TypeName
FROM tblDrinkingWaterType INNER JOIN tblItem ON
tblDrinkingWaterType.TypeName = tblItem.TypeName;
i created a cmdNewItem button,this would allow me to add new item on this form
i set the property to Allow Data Entry Allow Edits Allow Additions but no luck
is there anyway to handle this can anyone help me in how to write my codes
or reconstruct my SQL.
I want that when i click cmdNewItem button it will clears the form and ready
for data entry, i am using access 2003
thank you very much i appreciate all your of help
I have a form name [NewItem] bound for a query
and my query has this SQL
SELECT tblItem.ItemCode, tblItem.CategoryID, tblItem.ItemDescription,
tblItem.Price, tblItem.Taxrate, tblDrinkingWaterType.TypeCode,
tblDrinkingWaterType.TypeName
FROM tblDrinkingWaterType INNER JOIN tblItem ON
tblDrinkingWaterType.TypeName = tblItem.TypeName;
i created a cmdNewItem button,this would allow me to add new item on this form
i set the property to Allow Data Entry Allow Edits Allow Additions but no luck
is there anyway to handle this can anyone help me in how to write my codes
or reconstruct my SQL.
I want that when i click cmdNewItem button it will clears the form and ready
for data entry, i am using access 2003
thank you very much i appreciate all your of help