I have created a form (frmIRAC_Input) with a Combo Box (Combo6), a text box (Text4), and a Continue button. When the Continue button is clicked, it concatenates Combo6 and Text4 (Combo6 & " / " & Text4), closes this form and opens frmSource where I want the concatenated Combo6/Text4 to populate the field SrcNbr (Object = txtSrcNbr) on a new record. Additionally, on the same form (frmSource) I have an Option Group (grpSrcType) that has 5 option buttons. The values for each button is 1 through 5. When the object txtSrcNbr is populated, I also need the Value 1 button to be clicked. I can get it to the form, I just can't populate the two fields. Any suggestions? All help would be greatly appreciated.
Volaris
Volaris