Design by Sue
Registered User.
- Local time
- Today, 08:27
- Joined
- Jul 16, 2010
- Messages
- 816
I have a text box (ID) who's control source is based on a column of a query that is the basis of a combo box on the same form. This field, ID, is formatted 00000;-00000;00000;"Null", so there are a minimum of 5 digits in the number. Ever where else that this ID shows up, it is formatted correctly, even shows up in the table (where the format is also set) correctly. BUT when I call up the number through the query and use the code =[P Description].[Column](1) to refer to it, it shows up as an unformatted number (i.e. 00015 shows up as 15). (and yes, I have put the formatting code in the format properties.)
I have had this issue previously, but just ignored it. I can't in this case. Does anyone know what is causing this?
Sue
I have had this issue previously, but just ignored it. I can't in this case. Does anyone know what is causing this?
Sue