B
Bob
running access 2k;
background info:
--------------------------------------------------------------------
have the following databases: (the 1st field is the key)
cust_data: key,name,selection_id
selections: selection_id, selection_desc
now I'm building a form that shows the name, and a list box next to
the name, which allows simple selections.
the control source points to cust_data.selection_id
The listbox performs the following in row source:
SELECT [selections].[selection_id], [selections].[selection_desc] FROM
selections;
the bound column is 1
in format i have:
column count = 2; column widths = 0";2.6146"
------------------------------------------------------------------------
the problem:
------------------------------------------------------------------------
i currently have several records in my table; however, when I make
selections in the list box, and then go to the next record - I'm still
seeing the selections from my PREVIOUS RECORD !!
in short - my selections don't appear to be saving....
I'm just this must be something really easy; but i'm missing it....
any help?
tia - Bob
background info:
--------------------------------------------------------------------
have the following databases: (the 1st field is the key)
cust_data: key,name,selection_id
selections: selection_id, selection_desc
now I'm building a form that shows the name, and a list box next to
the name, which allows simple selections.
the control source points to cust_data.selection_id
The listbox performs the following in row source:
SELECT [selections].[selection_id], [selections].[selection_desc] FROM
selections;
the bound column is 1
in format i have:
column count = 2; column widths = 0";2.6146"
------------------------------------------------------------------------
the problem:
------------------------------------------------------------------------
i currently have several records in my table; however, when I make
selections in the list box, and then go to the next record - I'm still
seeing the selections from my PREVIOUS RECORD !!
in short - my selections don't appear to be saving....
I'm just this must be something really easy; but i'm missing it....
any help?
tia - Bob