G
Guest
Attempting to create Access forms (2002 or 2003) on the fly using an external
control file. Each control file will define all data fields (for a given
form) including attributes (and edit/update rules) as needed. Each data field
will be "Unbound" and will be filled as needed from the Access data base
using edit rules in control file.
The control file will be modified (data fields be altered or removed) BEFORE
form is created based on user priviliges. One more complication: Procedure
must run with MDE.
Am currently doing above with a major application (several hundred programs)
running compiled QBasic. Any help would be greatly appreciated. jnh11
control file. Each control file will define all data fields (for a given
form) including attributes (and edit/update rules) as needed. Each data field
will be "Unbound" and will be filled as needed from the Access data base
using edit rules in control file.
The control file will be modified (data fields be altered or removed) BEFORE
form is created based on user priviliges. One more complication: Procedure
must run with MDE.
Am currently doing above with a major application (several hundred programs)
running compiled QBasic. Any help would be greatly appreciated. jnh11