Search results

  1. M

    dynamic decimal places

    I have a subform that displays doubles in a textbox as fixed with 4 decimal places as default. I have been trying to change the number of decimal places based on the value in a textbox on the main form. I have tried this: Forms![Main Form]![Holder_subform].Form![Final PCT].[DecimalPlaces] =...
  2. M

    Variation on "shrink won't work"

    I have a simple subform that shows an address block. Created as a form, the can shrink property does not kick in. Created as a report, it works fine. All controls and properties and query they are based on are identical. The report pasted into Access 2010 works fine and missing fields shrink...
  3. M

    Out of memory error

    I am opening an access db using vb.net from arcview. I open the db, perform a couple of make table queries and then add a new empty integer field into one of those tables and all performs properly. The problem comes when I try to update the new field based on other fields in that table. Below is...
Back
Top Bottom