TheCleaner
Technical User
Hello back with another. I'm looking for a SendKey function that would copy the text that I have in a field [FieldOne] into another filed [FiledTwo]on the same form (FormOne). This would take place when the user changes the value in a combo box. It will not be visible to the user, however it would be just like performing "cntrl+c" of [FieldOne] and then going to [FieldTwo] with "ctrl+v'. There may be another way, however the Setvalue will not work.
The first field [FieldOne] is coming from a query that searches a table ("TableOne"
. That query has a perameter based on the value that the user selects in a [ComboBoxOne] on FormOne. [FieldOne] is displayed on FormOne no problem. But when the record is saved it will not allow me to Setvalue of [FieldOne] to [FieldTwo]. If it does [FieldTwo] is blank in TableOne. My quess is because the value in the query is going away thus making the value in [FieldOne] go away.
Some may recognize this is a problem I've been wrestling with for some time.I know it sounds nuts to be saving the same value in a different field in the same table, just trust me. The label names have been change to protect the ignorant(me)
. Thanks for any help. Sorry so long.
The first field [FieldOne] is coming from a query that searches a table ("TableOne"
Some may recognize this is a problem I've been wrestling with for some time.I know it sounds nuts to be saving the same value in a different field in the same table, just trust me. The label names have been change to protect the ignorant(me)