There can be many possibilities.
I assume you see the data in a QUERY data view.
The most common one will be that there is no PostCode in the table, so none
would be displayed from the query.
Another possibility is that the PostCode start with blanks, (or carriage
return) and due to the vertical size of the display, you only see the first
line (blank). Try to enlarge the vertical size of each row (a little bit
like you would do within Excel) just to be sure that if there were multiple
lines, you would see them.
If you don't seven ee the field name, then enlarge the horizontal size of
the form displaying the query.
If you see the data from a form: do you see values under PostCode in query
data view? but not in the Form? it is possible that the form has not been
instructed to display the said field. Is there is a control for it in the
form detail section? is this control has something in its Control Source
property? The easiest way to display the field, in the form, is to open the
form in design view, and to drag the desired field from the Fields List
onto the detail section of the form.
Vanderghast, Access MVP
pmaewatson said:
Query which is not working (generated by query wizard)
SELECT [FirstName], [LastName], [PostCode]
FROM [Headway information];
FirstName & LastName are shown but PostCode is not
I think you mean the SQL of the query. Open in design view, click on
VIEW
- SQL View , hightlight all in the window it opens, copy, and paste in a
post.