[AccessD] A2K:Change of Value Not working

Haslett, Andrew andrew.haslett at ilc.gov.au
Wed Aug 27 08:42:02 CDT 2003


How about:

Me.chkRequestorsSeen = False 



-----Original Message-----
From: Darren DICK [mailto:d.dick at uws.edu.au]
Sent: Wednesday, 27 August 2003 10:37 PM
To: AccessD List
Subject: [AccessD] A2K:Change of Value Not working


Hello all
I am getting the "You can't assign a value to this object" error with the
following code

    If Me.chkRequestorsToNote <> 0 Then
        Me.chkRequestorsSeen = -1   <====Error on this line
    Else
        'do nothing
    End If

Both Check boxes exist on the form. 
Both are bound to fields that exist in the underlying table
Yet when I make the checkboxes unbound this code works.
I have also tried the dot value property as well eg
Me.chkRequestorsSeen.Value = -1
Still no good.

What am I missing?

Many thanks in advance

Darren

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

IMPORTANT - PLEASE READ ******************** 
This email and any files transmitted with it are confidential and may 
contain information protected by law from disclosure. 
If you have received this message in error, please notify the sender 
immediately and delete this email from your system. 
No warranty is given that this email or files, if attached to this 
email, are free from computer viruses or other defects. They 
are provided on the basis the user assumes all responsibility for 
loss, damage or consequence resulting directly or indirectly from 
their use, whether caused by the negligence of the sender or not.


More information about the AccessD mailing list