Bronze 1
Since ‎10-12-2023
a week ago

My Stats

  • 11 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

dmtauto72's Bio

Badges dmtauto72 Earned

View all badges

Recent Activity

I have a table containing fields ID, Date, Amount, Payments say first row has0001, 1-Feb-2024, 100000, 10000in next row user will input only last field (Payments)unique ID works well for ID field today() also works finewhat i want is 90000 in Amount ...
DateAmountInterest RateInterest/DayPeriodEMIInterestCapital01-March-20246500007.40%131.78 22-March-2024596495.907.40%120.9321.0056271.502767.4053504.1021-April-2024543852.407.40%110.2630.0056271.503628.0052643.5021-May-2024490888.717.40%99.5230.00562...
I have three basic sheets, (Stocks, Add Stocks and Release Stocks.I have data change action which adds stocks when I add in Add stock and reduces the Stock when I release Stock Problem is the first instance works fine, if I add 5 items Stocks sheet g...
SirI would like to know if I am developing an app for single user, can I use (_rownumber+1) as my primary key? and put it in as initial value of my ID column?