Hi All,
I am designing an asset management db. In my db i have a general table with information that is relevant to any type of asset. I also have several tables that contain data that is only relevant to certain types of asset, for example i have a table that stores test data for electrical tools, a table that stores information about machine accessories. these are in a many to one relation ship with the general table linked by a common field called AssetID.
Now i have a form that has tabs, "general" , "testing and calibration" etc.... and on each tab i have a sub form that relates to the different aspect of the asset.
I have worked out how to get the sub forms to show only the records relating to the record in the general form using a filter, my issue is when i go to enter a new asset... i want to be able to tab accross and enter each aspect of the asset that the main form is pointing to without having to type in the asset id on each subform.
My design may be flawed in the first place so please feel free to offer alternative methods of doing this.
Cheers
Taison
I am designing an asset management db. In my db i have a general table with information that is relevant to any type of asset. I also have several tables that contain data that is only relevant to certain types of asset, for example i have a table that stores test data for electrical tools, a table that stores information about machine accessories. these are in a many to one relation ship with the general table linked by a common field called AssetID.
Now i have a form that has tabs, "general" , "testing and calibration" etc.... and on each tab i have a sub form that relates to the different aspect of the asset.
I have worked out how to get the sub forms to show only the records relating to the record in the general form using a filter, my issue is when i go to enter a new asset... i want to be able to tab accross and enter each aspect of the asset that the main form is pointing to without having to type in the asset id on each subform.
My design may be flawed in the first place so please feel free to offer alternative methods of doing this.
Cheers
Taison