johnsonhuo
Registered User.
- Local time
- Tomorrow, 07:17
- Joined
- Mar 12, 2018
- Messages
- 11
Hi folks,
just have a stupid question to ask for help
When I try to update some of records from subform by code
Me.Text10 = .Fields("Car")
This one will not work after code
me.subformA.form.requery
it indicates that the value isn't valid for the field.
I really have no idea how this happens and it will be really great if someone call help me solve it.
Thank you very much!
just have a stupid question to ask for help
When I try to update some of records from subform by code
Me.Text10 = .Fields("Car")
This one will not work after code
me.subformA.form.requery
it indicates that the value isn't valid for the field.
I really have no idea how this happens and it will be really great if someone call help me solve it.
Thank you very much!