E
Emma
Could anyone tell me why this line isn't working?
-----
Dim IDNumTemp As Integer
IDNumTemp = List10.Column(0)
DoCmd.OpenForm "frmclientinformation", acNormal, ,
ClientID = IDNumTemp, acFormEdit
-----
I have a form with a list box with multiple values in
each row. I want to select a row and then have a new form
open with the information about that client. Column(0) is
the clientID.
The new form will open, but it opens blank.
Any help would be so much appreciated. Surely it
shouldn't be this hard!
-----
Dim IDNumTemp As Integer
IDNumTemp = List10.Column(0)
DoCmd.OpenForm "frmclientinformation", acNormal, ,
ClientID = IDNumTemp, acFormEdit
-----
I have a form with a list box with multiple values in
each row. I want to select a row and then have a new form
open with the information about that client. Column(0) is
the clientID.
The new form will open, but it opens blank.
Any help would be so much appreciated. Surely it
shouldn't be this hard!