BroncoMarc
Registered User.
- Local time
- Today, 23:53
- Joined
- Apr 4, 2002
- Messages
- 43
I am making a database of all the computers at my company. It's based on the Dell service tag and includes everything about the computer, cpu, ram , hd, repair history, assigned user, etc.
I want to be able to switch back and forth between 2 forms. One form (frmAssetViewer) is a detailed view which has 1 record per page and has a button to switch to the other view. The other form (frmAssetList) is in datasheet mode and is a table of all the computers. Double clicking on the service tag field will launch the other form.
I have the links working that open the other form, but how do I get them to jump to a specific record?
- Marc
I want to be able to switch back and forth between 2 forms. One form (frmAssetViewer) is a detailed view which has 1 record per page and has a button to switch to the other view. The other form (frmAssetList) is in datasheet mode and is a table of all the computers. Double clicking on the service tag field will launch the other form.
I have the links working that open the other form, but how do I get them to jump to a specific record?
- Marc