P
Phillip Topping
Hi there,
I have 2 questions, hopefully somebody can help me out.
The first one should be fairly simple, even if I cannot solve it.
I would like to know how I can format a text box on a form so that no matter
how the text is entered, it will be formatted
in Sentence case. I know Access can force txt to all upper case or all
lower case.....but how do I make the box contents to appear
as sentence case?
The 2nd question relates to inserting a chart in a report based on a
parameter query.
How do I stop Access asking me twice for the Start Date and End Dates?
Whenever I run the report it asks twice, once for the query and then once
again to build the chart in the report.
Shown below is the query used to build the chart.
SELECT (Format([Date of Incident],"MMM \'YY")),Count([Break and Enter]) AS
[CountOfBreak and Enter] FROM [Break and Enter] GROUP BY (Year([Date of
Incident])*12 + Month([Date of Incident])-1),(Format([Date of Incident],"MMM
\'YY"));
Is there a way around this??
Regards
Phillip
I have 2 questions, hopefully somebody can help me out.
The first one should be fairly simple, even if I cannot solve it.
I would like to know how I can format a text box on a form so that no matter
how the text is entered, it will be formatted
in Sentence case. I know Access can force txt to all upper case or all
lower case.....but how do I make the box contents to appear
as sentence case?
The 2nd question relates to inserting a chart in a report based on a
parameter query.
How do I stop Access asking me twice for the Start Date and End Dates?
Whenever I run the report it asks twice, once for the query and then once
again to build the chart in the report.
Shown below is the query used to build the chart.
SELECT (Format([Date of Incident],"MMM \'YY")),Count([Break and Enter]) AS
[CountOfBreak and Enter] FROM [Break and Enter] GROUP BY (Year([Date of
Incident])*12 + Month([Date of Incident])-1),(Format([Date of Incident],"MMM
\'YY"));
Is there a way around this??
Regards
Phillip