L
L R Fizia
Firstly I'm not good enough in VBA etc so I am just using Access's own
facilities
It's an inherited database that follows the rule of - "It would probably be
easier to start again", but too much uses it so I can't change it too much!
I have 5 fields in a table that are shown individually in a form
µ, Width, colour, Matl & MatlComment
when I use the following to string them together
=[µ] & " x " & [Width] & " " & [Colour] & " " & [matl] & " " & [MatlComment]
to tidy up the display, and give
300 x 500 Clear APET/PE Peelable
Instead of
300 500 Clear APET/PE Peelable
one field 'Width' always shows a fixed answer - today it is 8519 - the 1500
records vary in value fronm 250 to 800!!
If I add a [Width] field above it in the form as a check, it shows the
correct value!!
Yesterday it was 36882 as a fixed value!
I have checked and Width is not a reserved name or anything.
At head banging stage since it must be simple, but can't see my problem
facilities
It's an inherited database that follows the rule of - "It would probably be
easier to start again", but too much uses it so I can't change it too much!
I have 5 fields in a table that are shown individually in a form
µ, Width, colour, Matl & MatlComment
when I use the following to string them together
=[µ] & " x " & [Width] & " " & [Colour] & " " & [matl] & " " & [MatlComment]
to tidy up the display, and give
300 x 500 Clear APET/PE Peelable
Instead of
300 500 Clear APET/PE Peelable
one field 'Width' always shows a fixed answer - today it is 8519 - the 1500
records vary in value fronm 250 to 800!!
If I add a [Width] field above it in the form as a check, it shows the
correct value!!
Yesterday it was 36882 as a fixed value!
I have checked and Width is not a reserved name or anything.
At head banging stage since it must be simple, but can't see my problem