Menu
Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Pop_Access's latest activity
P
Pop_Access
posted the thread
Deactivate the DB after certain days
in
General
.
I intend to create a trial version of DB, and I want to deactivate the DB automatically after certain days. Is there an idea.
Apr 25, 2022
P
Pop_Access
replied to the thread
Calculate Percentage without Empty Fields
.
Thank you for your advice regarding using "&" instead of "+" I multiply by 100 to display the result before the comma, then I used ",2"...
Mar 7, 2022
P
Pop_Access
replied to the thread
Calculate Percentage without Empty Fields
.
Thank you for your Idea. the problem has been solved by using the following formula:-...
Mar 6, 2022
P
Pop_Access
reacted to
Pat Hartman's post
in the thread
Calculate Percentage without Empty Fields
with
Like
.
If your amounts default to null, the Avg() function works correctly since it ignores null. So if you have three rows with the following...
Mar 6, 2022
P
Pop_Access
replied to the thread
Calculate Percentage without Empty Fields
.
Great job; It was very easy😎
Mar 2, 2022
P
Pop_Access
reacted to
arnelgp's post
in the thread
Calculate Percentage without Empty Fields
with
Like
.
replace Count(*) with Count([Evaluation])
Mar 2, 2022
P
Pop_Access
replied to the thread
Calculate Percentage without Empty Fields
.
I would like to share with you what I did, I wrote the following code in unbound textbox in the report footer:-...
Mar 2, 2022
P
Pop_Access
reacted to
theDBguy's post
in the thread
Calculate Percentage without Empty Fields
with
Like
.
Okay, thanks for the clarification. You could try using DCount(). For example. DCount("*", "TableName", "FieldName>=4.5") / DCount("*"...
Mar 2, 2022
P
Pop_Access
reacted to
arnelgp's post
in the thread
Calculate Percentage without Empty Fields
with
Like
.
you create 3 queries: 1st query (query1): SELECT Sum(yourTable.Mark) AS TotalMarks FROM yourTable HAVING (((Sum(yourTable.Mark))>4.5))...
Mar 2, 2022
P
Pop_Access
replied to the thread
Calculate Percentage without Empty Fields
.
I really believe you ;)
Mar 2, 2022
P
Pop_Access
reacted to
Eugene-LS's post
in the thread
Calculate Percentage without Empty Fields
with
Like
.
I think this is solvable, besides you can use IIF inside another IIF ... BTW - The longest IIF expression I've seen: Analysis_Result...
Mar 2, 2022
P
Pop_Access
replied to the thread
Calculate Percentage without Empty Fields
.
Thank you, but the number of fields is not fixed
Mar 2, 2022
P
Pop_Access
replied to the thread
Calculate Percentage without Empty Fields
.
sorry; this field should be empty, but to keep the row, I wrote the text "Afgf" with white color
Mar 2, 2022
P
Pop_Access
posted the thread
Calculate Percentage without Empty Fields
in
Reports
.
Hi All, How I can calculate the percentage for a numeric field in report with the following conditions: 1- field is not empty...
Mar 2, 2022
Home
Members
Top
Bottom