I use a form which has a record-source as a query with calculated fields.
i.e. In the query, I have fields FirstName and Lastname and a calculated field FullName:[FirstName] & " " & [LastName].
If I update the first or second name on the form the form flashes very noticeably.
If I remove the calculated field from the query, then all is fine - is there any way round this, or is it simply an access bug?
Many thanks
Regards
Mark
i.e. In the query, I have fields FirstName and Lastname and a calculated field FullName:[FirstName] & " " & [LastName].
If I update the first or second name on the form the form flashes very noticeably.
If I remove the calculated field from the query, then all is fine - is there any way round this, or is it simply an access bug?
Many thanks
Regards
Mark