It works only with bound forms, where there are records.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
>I did eventually figure out how to recompile with the missing DAO library.
> I tried to not carryover 3 of the fields- an ID field and the 2 names
[quoted text clipped - 53 lines]
>> >> > field.
>> >> > But isn't there an easier way?
There are records on this form whose controls are bound.
Where does it expect to get the info from, if not the first record on the
form?
So, is there no way to fill a 2nd, 3rd, 4th, etc record (one at a time, as
you need them) with info in first record? I'm not sure why you'd ever want
to
I did try the first method of the 2 you suggested which directed me to
another MVP's page who suggested setting Me.DefaultValue with
Me.ControlValue. This did set the default and the second record was
pre-filled with that default, but there was no way to change that. It
wouldn't let me alter the control value in the form (just in case some
fields/controls need to be altered from the usual prefilled value).
Any help would be appreciated.
Thanks,
Ruth Heath
> It works only with bound forms, where there are records.
>
[quoted text clipped - 55 lines]
> >> >> > field.
> >> >> > But isn't there an easier way?
Allen Browne - 27 Jul 2007 10:18 GMT
Sorry, Ruth: I'm down with the 'flu at present, not able to think straight.
Perhaps someone else can make a suggestion.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> There are records on this form whose controls are bound.
>
[quoted text clipped - 86 lines]
>> >> >> > field.
>> >> >> > But isn't there an easier way?