K kuifje_007 Registered User. Local time Today, 09:14 Joined Nov 1, 2004 Messages 17 Nov 3, 2004 #1 I have a table: ID, Player A and Player B and Winner. In column Winner I want to select between Player A and Player B. How am I gonna do this?
I have a table: ID, Player A and Player B and Winner. In column Winner I want to select between Player A and Player B. How am I gonna do this?
statsman Active member Local time Today, 03:14 Joined Aug 22, 2004 Messages 2,088 Nov 4, 2004 #2 You can have a space in a "text" or "memo" field. It really depends on why you want the space. Is it just for appearance or is the space intended to trigger somthing?
You can have a space in a "text" or "memo" field. It really depends on why you want the space. Is it just for appearance or is the space intended to trigger somthing?
K kuifje_007 Registered User. Local time Today, 09:14 Joined Nov 1, 2004 Messages 17 Nov 4, 2004 #3 It is already solved with the commando Me.Winnaar.RowSource = Me.Speler_A.Value & ";" & Me.Speler_B.Value Still thanks for your reply.
It is already solved with the commando Me.Winnaar.RowSource = Me.Speler_A.Value & ";" & Me.Speler_B.Value Still thanks for your reply.