Had a problem this morning that a kind soul solved in about .02 seconds. Guess I’ll go back to the well again.
Fair warning - I’m not a Notes programmer, just construct things using Designer.
I have a subform with two fields and an embedded view.
Field No. 1 Selects a State using Combobox Keyword dialog.
Field No. 2 Selects a city by looking up the City name in the StateCity view (this is a view of all Client entries, the first two columns being State and City) and eliminating duplicates.
The embedded view should be a list of Clients in that City and State.
How do I do this? Can I embed the StateCity view and limit it somehow, or do I have to have another view? How do I pass along the values of the two fields to the embedded view and limit it?
Help much appreciated!
Mark