Hi,
I have a parent form which contains information about PCs on our network. In this form is a button which, when clicked, will open a second form and display any licensed software installed on that PC. The heading on the child form is 'Licensed software on <asset number of the PC in question>. If the PC has licensed software installed (i.e. it has an entry in the licensed software table), this works fine, but when there's no licensed software on the machine, the asset number of the machine isn't shown. I can see why this happens, because the asset number doesn't appear in the licensed software table. The correct information is shown by the underlying query (when there is no licensed software, the form is blank as it should be), but the title doesn't show which machine the information is relating to.
What I want to do is simply to pass the asset number from the parent form directly to the child form, disregarding the underlying query which extracts the appropriate data. Can I somehow store the asset number from the parent form into a variable of some sort, and then retrieve this at the other end and have it displayed in the child form?
Greg
I have a parent form which contains information about PCs on our network. In this form is a button which, when clicked, will open a second form and display any licensed software installed on that PC. The heading on the child form is 'Licensed software on <asset number of the PC in question>. If the PC has licensed software installed (i.e. it has an entry in the licensed software table), this works fine, but when there's no licensed software on the machine, the asset number of the machine isn't shown. I can see why this happens, because the asset number doesn't appear in the licensed software table. The correct information is shown by the underlying query (when there is no licensed software, the form is blank as it should be), but the title doesn't show which machine the information is relating to.
What I want to do is simply to pass the asset number from the parent form directly to the child form, disregarding the underlying query which extracts the appropriate data. Can I somehow store the asset number from the parent form into a variable of some sort, and then retrieve this at the other end and have it displayed in the child form?
Greg