
danlap333
-
Create a Date showing Day of Week, Month, Day of week
I have a simple date input where I choose a date. I would like it to show the day of the Day of the week, Month and day of month. For example: Friday, December 15, 2023 Instead of the default "Dec 15,…
-
Sum Based on Choice
Trying to add up all totals from multiple records based on a choice. Data Base is called Receipt Details. When I choose a month, for example OCT under Statement Month,…
- Answered
-
Created On - Duplicate Records
I have a field called Created which is a formula "created on" Sometimes I need to duplicated a record, but the Created field becomes blank. It works only when I created a new record.…
-
Ninox Not Responding At All
I upgraded Ninox to the latest software and now if I don't make any mouse movements on the software for a few seconds, it freezes up until I go to a different application and back onto Ninox on my…
-
How do I place specific text (in one box) depending on value in another box?
I have the following field: CLASS TYPE Within the CLASS TYPE, I have the following choices: 50 COMPUTER08 PHOTO12 TOOLS08 OTHERADDED TO DB I have an empty filed:…
-
Find Highest Number
This must be simple, but I need some help. How can you display the highest number in field? Example: I have 1000 Records with 1000 different numbers. I'd like to show the highest number and then add…
-
How to Sum up values from a specific field, only if another field value is the same.
I have the three fields: Receipt # Group FIELD Receipt Items FIELD formula for Receipt Items right now: let myNum := 'Receipt # Group';cnt(select Inventory where myNum = 'Receipt # Group') Purhcase…
-
How do you Count the number of records within a database from a specific field?
How can I count the number of specific records in a field? For example: I have 1000 records Each of those 1000 records has a field with a number. They range from 1 to whatever and may or may not have…