synchronise fields

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
 
W

Wolfgang Kais

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top