onur_can
Active member
- Local time
- Today, 04:59
- Joined
- Oct 4, 2015
- Messages
- 180
Hi
In subformed forms, the fields that link subdomains and upper domains must have the same data type. Why do you need to convert the subform to the text field. In this way, working in the database reduces efficiency. I think it's not a good idea to convert it to text. If you still insist on this process, you should first try to convert the EmpID field in the main form to text with STR after Update and try it. (I think the EmpID field in the subform is of the Text type.) But as I said, this reduces efficiency.
In subformed forms, the fields that link subdomains and upper domains must have the same data type. Why do you need to convert the subform to the text field. In this way, working in the database reduces efficiency. I think it's not a good idea to convert it to text. If you still insist on this process, you should first try to convert the EmpID field in the main form to text with STR after Update and try it. (I think the EmpID field in the subform is of the Text type.) But as I said, this reduces efficiency.