scousethemoose
Programmer
I am currently transfering an Access VBA Database for assets to VB6 to standardise it, this is pretty straignht forward. However I want to allow a user to load a picture of a factory floorplan and define custom regions on it, the regions will be particular areas of the plant. I want the region information to be stored in a table called tblPlant. It will have these fields:
- RegionID
- RegionName
- RegionDescription
Once the plant has been defined and saved a user can then modify existing regions, add new regions and delete them if no assets are stored in the particular region. At any time a user can then view the plant and click a region and assets within it will be displayed.
I was able to get this to work in Access with VBA by hard coding the plant definition but I now want a user to be able to define there own plant.
Any ideas?
- RegionID
- RegionName
- RegionDescription
Once the plant has been defined and saved a user can then modify existing regions, add new regions and delete them if no assets are stored in the particular region. At any time a user can then view the plant and click a region and assets within it will be displayed.
I was able to get this to work in Access with VBA by hard coding the plant definition but I now want a user to be able to define there own plant.
Any ideas?