Search results

  1. B

    Activate different form controls

    I would like to activate different controls on a form based on a required entry (lookup table). Basically I have a master list table of all records. These records then require additional information based on what feature the record represents. The additional data are in different tables as they...
  2. B

    Syntax for nested aggregate functions

    I have a problem with a nested arrangement of Right, DLookup and DMax functions. The function is for a default value in a text control =Right(DLookUp("[SampleNumber]","tbldat14A_MasterSampleList","[SampleID]=" & DMax("[SampleID]","tbldat14A_MasterSampleList"))+1000001,6) I am trying to...
  3. B

    Hello All

    My name is Brian. I am working at a self-owned consultancy in Malaysia focussing on Resource Geology (Minerals & Mining). A large part of this is database development for the large amounts of data collected during exploration and production. I have previously been a Manager directing...
Back
Top Bottom