I
icccapital
I created a database and front end in access 2007. I am trying to migrate to
sql server express 2005 with the same access front end. There is a lookup
column in access 2007 database that I am going to replace with a lookup table
and a relation table between the main table and the lookup table to hold the
multiple links between them.
I have a form that at the moment works well with the lookup column for
obvious reasons (you get the list of available values along with the selected
values for this particular record) I need to try to recreate this behavior
somehow with the SQL Server back end.
1) Is it possible to create a list box that looks up possible values in one
table and selected values from another?
2) is it possible to have a list box with check boxes as the select function
(it is easier for the users to understand)
thanks
sql server express 2005 with the same access front end. There is a lookup
column in access 2007 database that I am going to replace with a lookup table
and a relation table between the main table and the lookup table to hold the
multiple links between them.
I have a form that at the moment works well with the lookup column for
obvious reasons (you get the list of available values along with the selected
values for this particular record) I need to try to recreate this behavior
somehow with the SQL Server back end.
1) Is it possible to create a list box that looks up possible values in one
table and selected values from another?
2) is it possible to have a list box with check boxes as the select function
(it is easier for the users to understand)
thanks