Many times you need to create a dynamic interface.
This example shows how to create a checkbox list, which is dynamically populated by the following table:
CREATE TABLE courses ( courseID AutoNumber, PRIMARY KEY( courseID ), title Short Text ); |
![]() Reset the database and clear the checkbox list. |
![]() Add a new course and update the checkbox list. |
![]() Show the selected courses whenever a course is selected. |
![]() |
Edit Items... ⇒ |
![]() Edit the checkbox items. |