Re: Is this a bug?
- From: "David W. Fenton" <dXXXfenton@xxxxxxxxxxxxxxxx>
- Date: Fri, 02 Dec 2005 15:39:40 -0600
"ZRexRider" <jerryg@xxxxxxx> wrote in
news:1133529458.351676.131550@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
> I have the following line in a function within my form:
>
> Me.intStatusID.Value = StatusType.OpenID
Have you tried changing it to:
Me!intStatusID = StatusType!OpenID
I don't know that this will make a difference, but I know there are
weird and uncommon issues with the dot operator that seem to be
absent when using the bang.
Also, I'm not accustomed to using the explicit .Value property
except on the right-hand side of an expression.
--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
.
- Follow-Ups:
- Re: Is this a bug?
- From: ZRexRider
- Re: Is this a bug?
- References:
- Is this a bug?
- From: ZRexRider
- Is this a bug?
- Prev by Date: Re: Access database on Windows 2003 server is excrutiatingly slow
- Next by Date: Re: Outlook Toolbar in Access
- Previous by thread: Re: Is this a bug?
- Next by thread: Re: Is this a bug?
- Index(es):
Relevant Pages
|