You didn't answer my question as to whether you've set the DataEntry
property to True. If you have, set it to False.
All the DataEntry property does is determine whether existing records are
displayed: it has no impact on whether or not you can add new records or
change existing ones. The form properties that control that are AllowEdits,
AllowDeletions and AllowAdditions. (and even that isn't a guarantee that you
will actually be able to make changes: if the underlying recordsource isn't
updatable, your form won't be able to make any changes)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"bosco555" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All and thanks for the replies,
>
> Yep, I will be using the form for data entry and for editing existing
> data, so I would need to see the existing info in the form. I was able
> to do that in the previous accesses namely 97 to 2000??? I had a whole
> database created in Access97 dedicated to vehicle tracking (trucks,
> from factory to client, services etc.) but that was many, many moons
> ago.
>
> Can I have the form performing both functions: input and edit/browse
> existing records in Access2003??
>
> thanks again to all for the help
>
> regards
>
> GB
>