Help with Setvalue

temacc

New member
Local time
Today, 16:06
Joined
Jul 11, 2002
Messages
6
Hi,

I'm new at vb scripting and am trying to set a field value in access. I think you use the setvalue function but haven't been able to find the syntax on how to use it even in the help. Any examples would be great.

Thanks,
 
What triggers the value to be set and where does the value come from? For example, if the user ticks a box to say that a reply has been received, I would put the following on the AfterUpdate event of the tick box to enter the current date in the DateReceived field

Me.DateReceived = Date

Give me a bit more information and I could try to be more specific.
 

Users who are viewing this thread

Back
Top Bottom