On one of my data input forms, I allow the user to “copy” the details from the previous piece of input, which they can see, as well as the option to use combo boxes
for example, they may select town and county from the previous input, but select a new road from a combo box.
I can move the information into the combos, but I get the error msg “The value you have entered is not valid”. If I use the combo box arrows the data is correct, but it seems that I have to actually pull the record off the list for it to be accepted.
Is there anyway to refresh/requery the combo so that the data is accepted when pasted in?
for example, they may select town and county from the previous input, but select a new road from a combo box.
I can move the information into the combos, but I get the error msg “The value you have entered is not valid”. If I use the combo box arrows the data is correct, but it seems that I have to actually pull the record off the list for it to be accepted.
Is there anyway to refresh/requery the combo so that the data is accepted when pasted in?