jwcolby
jwcolby at colbyconsulting.com
Tue Dec 27 20:54:41 CST 2011
Yep, that works. I have gotten used to always using .Value which apparently is not valid till AfterUpdate. Thanks, John W. Colby Colby Consulting Reality is what refuses to go away when you do not believe in it On 12/23/2011 4:00 PM, Stuart McLachlan wrote: > Try this: > > Private Sub txtA_KeyUp(KeyCode As Integer, Shift As Integer) > txtB = "C:\Access\"& txtA.Text& IIf(txtA.Text = "", "", "\") > End Sub >