rkamarowski General User

Joined: 01 Mar 2007 Posts: 10
|
Posted: Wed Nov 28, 2007 8:14 am Post subject: listbox woes... |
|
|
i have the following tables:
Camera:
CamerID - integer - pk
Camera - varchar
FormatID - integer
Format:
FormatID - integer - pk
Format - varchar
i've created a form for the camera table, with the FormatID field a listbox.
in the listbox properties i have:
Data Field: - FormatID
Type of List Contents: Table
List Contents: Format
Bound field: 1
when executing the form the listbox doesn't show any entries from the Format table.
Please help,
thanks,
bob k. |
|