Hi all
I have 2 parameters, pServer & pServerRoles. I want the drop down boxes to work so that when a user selects a Server, the other drop down box will only show the roles for that Server. Obviously I have 2 tables, where there are many server roles per server. At the moment I have 2 data sets, one for each drop down box. pServer has ServerID & ServerName. pServerRole has ServerRoleID, ServerRoleName, and ServerID (as a foreign key). I have tried adding pServer as a parameter to the pServerRole data set, but it keeps coming back with 'it is the wrong type'.
Grr... Can anyone help?
Ta
g
I have 2 parameters, pServer & pServerRoles. I want the drop down boxes to work so that when a user selects a Server, the other drop down box will only show the roles for that Server. Obviously I have 2 tables, where there are many server roles per server. At the moment I have 2 data sets, one for each drop down box. pServer has ServerID & ServerName. pServerRole has ServerRoleID, ServerRoleName, and ServerID (as a foreign key). I have tried adding pServer as a parameter to the pServerRole data set, but it keeps coming back with 'it is the wrong type'.
Grr... Can anyone help?
Ta
g