Search results

  1. R

    Textbox Calculator

    I'm referring to QuickBooks accounting software on how they created a calculator to a textbox. Searching around, I found a link (cannot add to this post) to try but failed. Any help? Function Calculator() ' ' Author: Markus G Fischer, Geneva, April 2011 ' ' Purpose: Allow simple calculations...
  2. R

    IsEmpty in Expression Builder

    Hi, I would like to add this code to a textbox through EBuilder: ="(" & [Company Number] & (" / ") & Trim([Other Number]) & (" / ") & Trim([Other Number 1]) & ")" The [Other Number] and [Other Number 1] is an optional fields for user to keyin. When either one or both fields are empty, the "...
Back
Top Bottom