Kevin,
I'm not sure, bu I think if you add those concatenated fields to your
query that may not happen.
If... on your subform, you have a field with = [LastName] & ", " &
[FirstName] try adding a field to the form query like this...
FullName : [LastName] & ", " & [FirstName]
and set the subform field to...
= [FullName]
Now... that field is "bound", and may display (while scrolling) without
blinking.
(didn't have a chance to test, but worth a try...)
hth
Al Camp
> Hi
> I have a text box on a continuous form which displays a
[quoted text clipped - 12 lines]
> TIA
> Kevin R
Kevin R - 30 Apr 2005 15:08 GMT
Works like a charm
thanks very much
Kevin R.
>Kevin,
> I'm not sure, bu I think if you add those concatenated fields to your
[quoted text clipped - 26 lines]
>> TIA
>> Kevin R