G
Guest
Hi,
I have a table with a colum "percentage" withs i want to update.
I made a other table called "tbl_subs_percentage" where I put based on a
category's with "category" gets withs percentage, in de TBL_SUbs_percentage i
have 15 record (so 15 differend category's).
In the main table the Categroy is also knows, so I want to update the table
by looking in de other table and updates the record with the named category.
If I type the names it works, If i use the table names i get the question
"enter parameter value"
Here is my sql code...
UPDATE DB_Omzetting SET DB_Omzetting.Percentage =
[TBL_SUBS_Percentage]![Percentagenew]
WHERE (((DB_Omzetting.Percentage)=[TBL_SUBS_Percentage]![NaamSUB]));
Can some one tell me how to fix this?
Thanks in advanced.
I have a table with a colum "percentage" withs i want to update.
I made a other table called "tbl_subs_percentage" where I put based on a
category's with "category" gets withs percentage, in de TBL_SUbs_percentage i
have 15 record (so 15 differend category's).
In the main table the Categroy is also knows, so I want to update the table
by looking in de other table and updates the record with the named category.
If I type the names it works, If i use the table names i get the question
"enter parameter value"
Here is my sql code...
UPDATE DB_Omzetting SET DB_Omzetting.Percentage =
[TBL_SUBS_Percentage]![Percentagenew]
WHERE (((DB_Omzetting.Percentage)=[TBL_SUBS_Percentage]![NaamSUB]));
Can some one tell me how to fix this?
Thanks in advanced.