J
joeman
I have a SQL database with a bunch of code tables.
I have a field on my form - a dropdown box - that is bound to "JobTitle"
field in my main data source.
In the SQL database, this field is keyed to a code table to field "TitleID."
The code table also has "TitleName" which is a description of the job title.
I have a secondary data source set up to retrieve data.
I have bound the Dropdown box to "JobTitle" in the main data source, and the
list box entries to the code table (value=@TitleID and display=@TitleName).
When I display the preview form, nothing is populated in the dropdown box at
all. The SQL field definitions are the same (INT,4).
What am I doing wrong?
I have a field on my form - a dropdown box - that is bound to "JobTitle"
field in my main data source.
In the SQL database, this field is keyed to a code table to field "TitleID."
The code table also has "TitleName" which is a description of the job title.
I have a secondary data source set up to retrieve data.
I have bound the Dropdown box to "JobTitle" in the main data source, and the
list box entries to the code table (value=@TitleID and display=@TitleName).
When I display the preview form, nothing is populated in the dropdown box at
all. The SQL field definitions are the same (INT,4).
What am I doing wrong?