Continuous form with different rowsource in same combobox

linux_s2002

Registered User.
Local time
Today, 13:44
Joined
Sep 20, 2017
Messages
22
Hi, in my db can I add a combo box (see "parameters") to the continuous form and change its value depending on the field Category?

Thanks!!
 

Attachments

You can; but in a continuous form, it would reflect on all rows. Does it have to be a continuous form? This is not a problem in a single view form and also not a problem if the continuous form is read only. But if you want the user to see the dropdown, it gets tricky.
 
There are a couple tricks to do "cascading combos" in a continous form. Here is an example of the way I do it and a discussion of the other method.

I use the trick with a combobox over top of a textbox vs @CJ_London method for several reasons. Although it can work most of the time I still get cases when I either get a flicker or things go blank in the record that has focus. Somewhere I have a demo showing both and some problems I have encountered when changing the rowsource on entry and exit.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom