scouser
Registered User.
- Local time
- Today, 14:47
- Joined
- Nov 25, 2003
- Messages
- 767
Hi. I would like to auto fill fields on a form after the user makes a selection from a combo box.
I have a form 'frmComputerAssetIDAllocation' that allows users to enter AssetID's and allocate them to computers. Here users enter the AssetID and then they select the Computer that relates to that AssetID from a combo.
They are then required to enter the Description of the asset / make / model & serial number. This is all then stored in tblAssetID
Now make / model & serial number already exists in tblComputers.
I did it this way as I wanted tblAssetID to hold some information about the related asset.
Not all computers have an assetID in my company, however all computers have a Description / Make / Model etc.......
Is it possible to pull data from tblComputers to auto fill the related fields and then store the information in tblAssetID (I know this breaks a few rules!!).
Any better ways of doing it?
Hope that makes sense!!
Phil.
I have a form 'frmComputerAssetIDAllocation' that allows users to enter AssetID's and allocate them to computers. Here users enter the AssetID and then they select the Computer that relates to that AssetID from a combo.
They are then required to enter the Description of the asset / make / model & serial number. This is all then stored in tblAssetID
Now make / model & serial number already exists in tblComputers.
I did it this way as I wanted tblAssetID to hold some information about the related asset.
Not all computers have an assetID in my company, however all computers have a Description / Make / Model etc.......
Is it possible to pull data from tblComputers to auto fill the related fields and then store the information in tblAssetID (I know this breaks a few rules!!).
Any better ways of doing it?
Hope that makes sense!!
Phil.