Format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several field in a report. A try to change the formating option to standary but the drop down box is blank. I've had to set the formating in the query. My question is why is this happening and also how can i getthese numbers to line up for me
 
George said:
I have several field in a report. A try to change the formating option to standary but the drop down box is blank. I've had to set the formating in the query. My question is why is this happening and also how can i getthese numbers to line up for me.


The Format property dropdown is blank because the field in
the report's record source table/query is a Text type field.
If the fromat dropdown is not blank but doesn't do anything,
it's becuse the text box expression results in a string.

Either the table really is a Text field or you are doing
something in the query to convert it to Text.

If that doesn't get you going, post back with the report's
query, a list of the relevant table fields a long with their
type, and the control source of the text box controls you're
having trouble with.
 
Back
Top