Re: Run-time error 3033
- From: "TC" <aatcbbtccctc@xxxxxxxxx>
- Date: 22 Jun 2005 21:43:02 -0700
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.
HTH,
TC
.
- Follow-Ups:
- Re: Run-time error 3033
- From: Keith
- Re: Run-time error 3033
- References:
- Run-time error 3033
- From: Keith
- Run-time error 3033
- Prev by Date: Re: How do I set in a code in VBA the startup feature of MS Access
- Next by Date: Re: Run-time error 3033
- Previous by thread: Run-time error 3033
- Next by thread: Re: Run-time error 3033
- Index(es):
Relevant Pages
|
Loading