G
Guest
I've read the listing preposted- but I am trying to get a combo box in a
subform to filter based on the selection of another combo box in the same
subform. I'm very new at VBA coding (so I pretty much am copying what I see
on here) - I have 3 tables 1) Process table - fields: process id, process
description 2) Productivity table - fields: producitvity code, productivity
description, process id 3) Productivity Entry table - fields included process
id and productivity code. I want to be able to update the Productivity Entry
table from my form, but when a process is selected, I only want the
productivity codes with that process code to show. I got this working with
a parameter query - but then it didn't let me update the form any more. Now
I'm pretty much back at square one. Thanks in advance for any help.
subform to filter based on the selection of another combo box in the same
subform. I'm very new at VBA coding (so I pretty much am copying what I see
on here) - I have 3 tables 1) Process table - fields: process id, process
description 2) Productivity table - fields: producitvity code, productivity
description, process id 3) Productivity Entry table - fields included process
id and productivity code. I want to be able to update the Productivity Entry
table from my form, but when a process is selected, I only want the
productivity codes with that process code to show. I got this working with
a parameter query - but then it didn't let me update the form any more. Now
I'm pretty much back at square one. Thanks in advance for any help.