I'm not sure I've tried this before, and I don't have any notes saved on how to do it. I want either a variable list view or list box on a form where multiple values are pre-selected. Anyone have code they can share to do this? In my situation, it's a tiny table: LstScheduleTypesSchedID (PK integer)ScheduleType
I will have a list of the SchedIDs, such as 2, 4, 6 The list will show just the schedule types associated with those IDs I have tried having the list box variable pre-defined: vST TEXT = "2,4,6" vST is the variable associated with my list box, with SchedID as the Key Field, and ScheduleType showing as the list, but nothing is pre-selected Karen -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rbase-l/448501553.2840480.1631045115484%40mail.yahoo.com.

