> Hi, George.
>
[quoted text clipped - 13 lines]
> >
> > Thanks
Hi, George.
There goes Access assuming types again...usually a good thing. Explicitly
type the value by concatenating with quotes leading and trailing:
Me![MyComboBox].DefaultValue = "'" & Me![MyComboBox] & "'"
Each one is DoubleQuote SingleQuote DoubleQuote
Hope that helps.
Sprinks
> That works it copies the employee's number into the next row as needed but it
> chops off any leading zero's in their employee number ie 00940 converts to 940
[quoted text clipped - 19 lines]
> > >
> > > Thanks
George - 09 Feb 2005 19:59 GMT
Thanks - I would have never figured that out....
> Hi, George.
>
[quoted text clipped - 31 lines]
> > > >
> > > > Thanks