synchronise fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table 'vehicle details' consisting of 2 fields
1 Fleet Number
2 Registration Number
In a form I have 2 combo boxes for the above and what I would like to do is
to be able to either select 1 field and the other would automatically be
filled or even better would be to select either field and the other would be
filled.
Thanx in advance
 
Hello Al..
I have a table 'vehicle details' consisting of 2 fields
1 Fleet Number
2 Registration Number
In a form I have 2 combo boxes for the above and what I would like
to do is to be able to either select 1 field and the other would
automatically be filled or even better would be to select either
field and the other would be filled.

You can use en event procedure for the AfterUpdate event for one
combo box to fill to other one. Since the question wasn't more
specific (where should the value to be filled in automatically come
from?), the answer can't be in more detail either.
 
Back
Top