Hallo,
I have a list box where the first column is the autonumber primary key of my table. The rest of the columns are fields in the same table. One of the fields is an integer and I want to format it to two digits so have Format$([intNumber],"00") in the RowSource for that column.
My problem is that sometimes the listbox displays this a Null, not the correct value. The actual data is not null.
Is this a known problem? I'm guessing it is because it is a calculated control.
I am running MS Access 2000, but with the 2.5/3.5 compatability library as I use some DAO.Recordset objects.
When I paste the rowsource into a query it always works.
When I requery the recordset it makes no difference. If they are Null then they stay null.
Any ideas?
- Frink
I have a list box where the first column is the autonumber primary key of my table. The rest of the columns are fields in the same table. One of the fields is an integer and I want to format it to two digits so have Format$([intNumber],"00") in the RowSource for that column.
My problem is that sometimes the listbox displays this a Null, not the correct value. The actual data is not null.
Is this a known problem? I'm guessing it is because it is a calculated control.
I am running MS Access 2000, but with the 2.5/3.5 compatability library as I use some DAO.Recordset objects.
When I paste the rowsource into a query it always works.
When I requery the recordset it makes no difference. If they are Null then they stay null.
Any ideas?
- Frink