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

    Convert Access web database template into a desktop database

    I just found the right way. Thank you.
  3. R

    Convert Access web database template into a desktop database

    Hi, I did try to import the Northwind Services template from Home->Invoices->Services but failed. Anybody can help?
  4. R

    IsEmpty in Expression Builder

    for example: [Company Number] = 123456-K [Other Number] = KPL1234 [Other Number 1] = LKU4567 In the report, I add a textbox to combine those three fields through Express Builder. Case 1: [Company Number] - must has value/required [Other Number] and [Other Number 1] - not necessary but user...
  5. R

    IsEmpty in Expression Builder

    Those three are fields in the same table
  6. 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