G Grooz13 Registered User. Local time Today, 18:33 Joined May 31, 2010 Messages 14 Jan 13, 2011 #1 When I press Enter and I'm focused on a textbox, The textbox creates another line, and I want it to go to the next field like all the other type of field do... is it possible ?
When I press Enter and I'm focused on a textbox, The textbox creates another line, and I want it to go to the next field like all the other type of field do... is it possible ?
V vbaInet AWF VIP Local time Today, 23:33 Joined Jan 22, 2010 Messages 26,374 Jan 13, 2011 #2 I believe you're referring to a textbox that is linked to a Memo field?
G Grooz13 Registered User. Local time Today, 18:33 Joined May 31, 2010 Messages 14 Jan 13, 2011 #3 i don't get what you are saying, but in my form linked to the table those field are refered as text
I Insane_ai Not Really an A.I. Local time Today, 18:33 Joined Mar 20, 2009 Messages 264 Jan 13, 2011 #4 Change the EnterKeyBehavior Property on the "Other" Tab to Defult instead of new line in field.
V vbaInet AWF VIP Local time Today, 23:33 Joined Jan 22, 2010 Messages 26,374 Jan 13, 2011 #5 Grooz13 said: i don't get what you are saying, but in my form linked to the table those field are refered as text Click to expand... Looks like insane has given you the answer. That property changes for Memo fields when you build the form using the wizard.
Grooz13 said: i don't get what you are saying, but in my form linked to the table those field are refered as text Click to expand... Looks like insane has given you the answer. That property changes for Memo fields when you build the form using the wizard.