hi all,
me again, I learned how to create query on this forum and i am comfortable in doing it thanks for all the help.
I have something to consult to anyone, how can run the query in the form? I want to get the value of Amount in the query and display it in the form.
SELECT tab_sales.desc, tab_sales.qty, tab_sales.price, [tab_sales.qty]*[tab_sales.price] AS Amount
FROM tab_sales;
Please need your help.
Regards,
Jerry
me again, I learned how to create query on this forum and i am comfortable in doing it thanks for all the help.
I have something to consult to anyone, how can run the query in the form? I want to get the value of Amount in the query and display it in the form.
SELECT tab_sales.desc, tab_sales.qty, tab_sales.price, [tab_sales.qty]*[tab_sales.price] AS Amount
FROM tab_sales;
Please need your help.
Regards,
Jerry