Dear all,
in a form, I have a subform which shows some information from a table.
in this subform, I have 3 fields, say for example, field1, field2, field3, which are in fact representatives of three fields in the table itself.
in the subform, I want to have a field that shows field1/field2/field3
So I created a new unbound field, and in the record source, I wrote: =field1 + "/" + field2 + "/" + field3
It is working, but it acts so slow. all the other fields are shown in the blink of an eye, but this field takes about 0.5 - 1 second to appear.
is there another way to do this faster?
in a form, I have a subform which shows some information from a table.
in this subform, I have 3 fields, say for example, field1, field2, field3, which are in fact representatives of three fields in the table itself.
in the subform, I want to have a field that shows field1/field2/field3
So I created a new unbound field, and in the record source, I wrote: =field1 + "/" + field2 + "/" + field3
It is working, but it acts so slow. all the other fields are shown in the blink of an eye, but this field takes about 0.5 - 1 second to appear.
is there another way to do this faster?
Comment