J jjarman Registered User. Local time Yesterday, 16:50 Joined Aug 15, 2012 Messages 26 Aug 22, 2012 #21 JLCantara said: Hi JJarman, txt.Author -> txt dot Author? Are you sure?????? Bet you a buck it should be txtAuthor... JLCantara. Click to expand... Pretty sure you can mail me a buck Neither way works, and neither way creates an error... basically just ignoring that piece of it
JLCantara said: Hi JJarman, txt.Author -> txt dot Author? Are you sure?????? Bet you a buck it should be txtAuthor... JLCantara. Click to expand... Pretty sure you can mail me a buck Neither way works, and neither way creates an error... basically just ignoring that piece of it
RainLover VIP From a land downunder Local time Today, 09:50 Joined Jan 5, 2009 Messages 5,041 Aug 23, 2012 #22 jjarman said: Pretty sure you can mail me a buck Neither way works, and neither way creates an error... basically just ignoring that piece of it Click to expand... Break it down into smaller parts. Once a little is working add another bit. You should be able to work it out that way.
jjarman said: Pretty sure you can mail me a buck Neither way works, and neither way creates an error... basically just ignoring that piece of it Click to expand... Break it down into smaller parts. Once a little is working add another bit. You should be able to work it out that way.
G Galaxiom Super Moderator Staff member Local time Today, 09:50 Joined Jan 20, 2009 Messages 12,895 Aug 23, 2012 #23 If "txt.Author" does not throw an error then I would bet the code is not running. Otherwise you have somehow managed to add an Author property to a control called "txt".
If "txt.Author" does not throw an error then I would bet the code is not running. Otherwise you have somehow managed to add an Author property to a control called "txt".
J jjarman Registered User. Local time Yesterday, 16:50 Joined Aug 15, 2012 Messages 26 Aug 23, 2012 #24 RainLover said: Break it down into smaller parts. Once a little is working add another bit. You should be able to work it out that way. Click to expand... Feel pretty dumb about this now.... I was trying to add the text in the line of code that is incrementing the numbers, instead of the code that is assigning the value to the field. Better to walk away sometimes instead banging my head against a desk
RainLover said: Break it down into smaller parts. Once a little is working add another bit. You should be able to work it out that way. Click to expand... Feel pretty dumb about this now.... I was trying to add the text in the line of code that is incrementing the numbers, instead of the code that is assigning the value to the field. Better to walk away sometimes instead banging my head against a desk
RainLover VIP From a land downunder Local time Today, 09:50 Joined Jan 5, 2009 Messages 5,041 Aug 23, 2012 #25 Glad to see you got it sorted.