I created a query which prompts the user for a style# when it runs. I then created a report based on this query. On the report are several charts based on the same query.
The report & charts seem to be working properly, except that each time the report runs it prompts the user for a style#...
I am trying to print the value from a query on my form.
So, I have a text box on the ClaimClient_MainForm form called ClaimCount.
My query goes like this:
dim sql as string
sql=SELECT Claim.ClientID, Count(Claim.ClaimID) AS CountOfClaimID
FROM Claim
GROUP BY Claim.ClientID
HAVING...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.