Re: Run-time error 3033
- From: "Keith" <keith.wilby@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Jun 2005 08:38:41 +0100
"TC" <aatcbbtccctc@xxxxxxxxx> wrote in message
news:1119501782.207333.215100@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> AppTitle is a user-defined property, not a built-in one. So it must
> have been created, through VBA code, at some previous time.
>
> The error suggests that the property was created with the 4th (DDL)
> parameter of the CreateProperty method. set to True. In that case, the
> only users who can change the value of the property, are members of the
> Admins group of the workgroup file which was used to secure the
> database (or to create the database, if it isn't secured).
>
> So I suggest that you log on as a member of the Admins group, delete
> the property, then re-create it with the 4th (DDL) parameter of the
> CreateProperty method set to False, and see if that fixes it.
>
Thanks v much TC, I'll look into that.
Regards,
Keith.
.
- References:
- Run-time error 3033
- From: Keith
- Re: Run-time error 3033
- From: TC
- Run-time error 3033
- Prev by Date: Re: Run-time error 3033
- Next by Date: Floppy Locking Mechanism
- Previous by thread: Re: Run-time error 3033
- Next by thread: Re: Run-time error 3033
- Index(es):
Relevant Pages
|