Option Compare Database
Option Explicit
Dim Rep As String
Private Sub Form_Load()
Form_Input.cboRep.SetFocus
Rep = Form_Input.cboRep.Text
Like this, still doesnt get the variable, could it be b/c its attempting to get a value from a combo box?
Is there a way to set a Variable = to the combo box and retrieve the value from that variable on the old form?