You need to make a subform based on the Net_Query table/query, then place it on the main form. Link the subform to the main form using the [PR No].
The subform will list all the records associated with that [PR No] field.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear All,
I have price data and I created query sum price (NET_Query). I want to show NET_Query in textbox on form. How to do it??
I try do this. It's not work.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You need to make a subform based on the Net_Query table/query, then place it on the main form. Link the subform to the main form using the [PR No].
The subform will list all the records associated with that [PR No] field.
Try this: have the access wizard create a datasheet form based on your query. Save that form. then drop it on the main form. Voila, a subform with that data.
there are finer points; post back if you need more.
Thank you for your advice. I have a question, If I add field Total1 in Table EHT_PR. Can I get data from Query into it???
Thank you for your advice. I have a question, If I add field Total1 in Table EHT_PR. Can I get data from Query into it???
In most cases we discourage storing totals in the database: that's what we have queries for. The SQL language is optimized to calculate on the fly.