English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

like if i choose a certain province on my list automatically all the municipality will appear on my next list to choose

2007-02-08 01:48:40 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

Lets say the province list is named [List1] on form [Form1]. The municipality list is [List2] on same [Form1]. You have a table named "Municipalities" with columns "City" and "Municipality" (in that order).

Set data source of [List2] to
"Select * From Municipalities Where Municipality = " & [Form1]![List1]
Format [List2] to show 1 column.

2007-02-08 02:30:55 · answer #1 · answered by BataV 3 · 0 0

fedest.com, questions and answers