MS Access
Decimal Truncation
05/09/2023 Leave a Comment on Decimal Truncation
In MS Access, there may be situations, more rarely, when you don’t want to round some numerical values…
Proper Text in MS Access
21/03/2021 Leave a Comment on Proper Text in MS Access
Excel has the default function Proper, which allows the ability to display only the first letter of a…
Calculating seniority up to a certain year
Let’s assume that knowing the date of employment, we would be interested in the seniority of employees (in…
Multiselect filtering in the form, using ListBox
Single Form To achieve the desire in the title it is required a table, a form and a…
Timed PopUp message in Ms Access
There are situations in which using certain actions need to display a message, but do not involve our…
Retrieving in a textbox, via VBA, a value calculated by an aggregate function
29/04/2020 Leave a Comment on Retrieving in a textbox, via VBA, a value calculated by an aggregate function
If it is necessary to display the result of a query that uses certain functions (SUM, AVERAGE, MIN,…