In the OnOpen event of the form FCustomers i want to correct the control
named “afid” to show the number of the option control named “Office”:
Forms!FCustomers!afid = Forms!FCustomers!office
I am doing it with the new customer sucessfully.
All the controls afid in this form must correspond to the number of the office.
Most of the controls have it, but some of them are blank or show another number, because i was not able to make my function work properly.
Anyway, i will be happy if i succeed to do the following:
for all afid in the form
if afid is not = Forms!FCustomers!office
then make it = Forms!FCustomers!office
and save it.
If i can make it, then i will correct the right number of the control afid and my database will
work properly.Shall i use updating ?
Can you help me do it ?