
Signature
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000
the form is not a continuos form, it only shows and allows edits to one
record. When the form is opened and if there is not already an existing
record, a new one can be added. So if I set the allowAdditions = false, the
form comes up blank and the control to allowEdits (cmdEdit) and
allowAdditions (also behing the cmdEdit) is not visible. Any ideas would be
greatly appreciated. I thnk ken has the right approach. Thanks, rob
> I'm confused by your statement:
>
[quoted text clipped - 3 lines]
> if the form's Record Source is empty! If there are records to be shown,
> they'll be there!
John Smith - 31 May 2007 15:19 GMT
I've not had to tackle this in a while but if I remember correctly you need to
put cmdEdit in the form header or footer to ensure that it is still there when
there is no record.
HTH
John
##################################
Don't Print - Save trees
> the form is not a continuos form, it only shows and allows edits to one
> record. When the form is opened and if there is not already an existing
[quoted text clipped - 8 lines]
>> if the form's Record Source is empty! If there are records to be shown,
>> they'll be there!