>I have a form with a sub form on it the sub form is in Datasheet view this is
>a 1 to many arrangement. The 1 being the main form and the many being the sub
[quoted text clipped - 7 lines]
>line for the new entry at the top of the list/form and then list all the
>listed or found items from there down?
Not directly - but you can fake it using two subforms. Use one subform for the
data entry, with its Data Entry property set to Yes (so it lets you enter new
records but not edit existing ones); below it put a second subform, of
identical structure, with Allow Additions set to No, to display existing
records. You can set this second subform's Allow Edits property to Yes or No
as you prefer (you might want to lock existing records from editing).

Signature
John W. Vinson [MVP]
Steve - 12 May 2008 04:34 GMT
thanks for that i have tryed it with 2 forms and a form and a list box i
think the list box works a bit better but i cannot get rid of thr recored
indecator on the left hand side of the form any sugestions.
i have seen this dodn in MYOB retail manager using Access 95
> >I have a form with a sub form on it the sub form is in Datasheet view this is
> >a 1 to many arrangement. The 1 being the main form and the many being the sub
[quoted text clipped - 14 lines]
> records. You can set this second subform's Allow Edits property to Yes or No
> as you prefer (you might want to lock existing records from editing).
John W. Vinson - 12 May 2008 06:40 GMT
>thanks for that i have tryed it with 2 forms and a form and a list box i
>think the list box works a bit better but i cannot get rid of thr recored
>indecator on the left hand side of the form any sugestions.
Open the form in design view. View its Properties; set the "Record Selectors"
property to No.
I'm not sure why you would want to; that would make it harder to delete or
copy a record. Your choice though!

Signature
John W. Vinson [MVP]
Steve - 12 May 2008 07:03 GMT
already tryed thart in datasheet veiw it is still there
> >thanks for that i have tryed it with 2 forms and a form and a list box i
> >think the list box works a bit better but i cannot get rid of thr recored
[quoted text clipped - 5 lines]
> I'm not sure why you would want to; that would make it harder to delete or
> copy a record. Your choice though!
John W. Vinson - 12 May 2008 17:54 GMT
>already tryed thart in datasheet veiw it is still there
Try Continuous Forms view. It gives you more control.

Signature
John W. Vinson [MVP]