got_access:]
Registered User.
- Local time
- Today, 13:00
- Joined
- Jun 15, 2018
- Messages
- 83
Hi All,
I'm trying to find Microsoft's official descriptions of the errors one finds with calculated text box controls on a form.
The #Name? error - I believe can occur with two possible situations.
1) Where the record source for the form does not contain table/query field that is being called out in the textbox.
2) Where there is some kind of naming conflict between the textbox control and another field on the form.
The #Type! error - I believe has to do with a mismatch of datatype called out on the calculated text control box.
I'm trying to find Microsoft's official descriptions of the errors one finds with calculated text box controls on a form.
The #Name? error - I believe can occur with two possible situations.
1) Where the record source for the form does not contain table/query field that is being called out in the textbox.
2) Where there is some kind of naming conflict between the textbox control and another field on the form.
The #Type! error - I believe has to do with a mismatch of datatype called out on the calculated text control box.