G
Guest
Is there a way to requery only the current record?
I have two cascading drop down menus. In the second dropdown I have a where
in the carrierid section ("[Forms].[PackageInfo].[cboCarrier]"). It works
nicely, however I have noticed that when I have more than one record saved
the dropdown menu does not show the correct value(the correct value is saved
in the table). It is not showing the correct value because the list only
shows the last carrierID from the last updated record.
For example if I have fedex on one record and then go to another record and
select ups. when I go back to the fedex record the 2nd dropdown box only
shows ups services (not fexed like it should), so the stored value can't show
it in the list.
How do you only update the current records 2nd combo with the requery
technique, so when you go to other records it does not change the 2nd drop
down list?
I have two cascading drop down menus. In the second dropdown I have a where
in the carrierid section ("[Forms].[PackageInfo].[cboCarrier]"). It works
nicely, however I have noticed that when I have more than one record saved
the dropdown menu does not show the correct value(the correct value is saved
in the table). It is not showing the correct value because the list only
shows the last carrierID from the last updated record.
For example if I have fedex on one record and then go to another record and
select ups. when I go back to the fedex record the 2nd dropdown box only
shows ups services (not fexed like it should), so the stored value can't show
it in the list.
How do you only update the current records 2nd combo with the requery
technique, so when you go to other records it does not change the 2nd drop
down list?