Creating a lookup to a field ID
Sometimes we might want to allow the end user to select a field from a table within a form, for example if we are parameterizing the mapping values. To do with we will need the following items: A field to hold the field ID (EDT FieldID) A edit method on the form datasource A […]