B
Bob Quintal
@i12g2000prf.googlegroups.co
m:
cause is a format in the tbl_Clients.Company field definition.
Either remove that or modify the query to show
"SELECT tbl_Clients.CompanyID,
tbl_Clients.Company & "" as Company FROM tbl_Clients;"
MS are looking for a solution.
m:
This is due to a bug introduced in MS-Office Service Pack 3. TheHi All,
I have a very strange thing happening to my database, not quite
sure what the root of the problem, but it seems to be only
happening to combo boxes that are looking up information from
table tbl_Clients.
My Main table "tbl_Projects" and forms (projects have 3 look up
fields) and have look up query "SELECT tbl_Clients.CompanyID,
tbl_Clients.Company FROM tbl_Clients;"
On the combo list properties i have bound column as 1 but set to
show 2 columns and column sizes set to 0cm;6cm
and what was happening was that column 1 was hidden and column 2
was showing the company names to select.
this morning i open the database and the look up combos (Lists are
invisible) But I'm able to select company's, but cant see who I'm
selecting. so i opened the Properties Box and clicked on the data
row source so it open the Select Query Window. and it shows the
both columns perfectly,
So I changed the Column Sizes to 2cm;6cm and its show the
CompanyID Column Perfectly fine, but the Company Column is still
showing the details invisible.
things ive tried, But no luck,
1 Inserting a new combo box
2 Changing the font color and type.
3 Limit to list Yes/No
Ive also been into the tbl_Projects its self and its happening
here as well.
any ideas or solutions to fix this issue?
Thanks for your time advance.
Dan
cause is a format in the tbl_Clients.Company field definition.
Either remove that or modify the query to show
"SELECT tbl_Clients.CompanyID,
tbl_Clients.Company & "" as Company FROM tbl_Clients;"
MS are looking for a solution.