ComboBox Problem

I

Ilidio Pedrosa

Hello,

Access 2003. I Have a from table in datasheet view.
I Have a Combobox with a query to another table with 3 fields, one is the ID
and the others is Local and LocalDetail.
I Have this fields on the table of the datasheet view. The bound column is
the id and i show only the Local and LocalDetail.
When i copy the entire record and paste to a new does not display the
correct id.
Example
ID Local LocalDetail_Desc
1 Local001 LocalDetail_Desc_01
2 Local001 LocalDetail_Desc_02
3 Local002 LocalDetail_Desc_04
4 Local002 LocalDetail_Desc_05

If in the record I have Local001 | LocalDetail_Desc_02 and copy, when I
paste displays Local001 | LocalDetail_Desc_01. The ID is 1 and not 2 in the
new record.

Is possible resolve this?
Thanks.

Ilídio Pedrosa.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top