A
Afrosheen
I need to update a field in a record using the "On Click Button". This is
what I'm trying to do. I know there's an SLQ routine I can use but I'm doing
this in VB.
if status = "working" and shift = "A" then -- {this is the criteria I have.}
{I need to replace the status field in all the records with "Off Day"}
replace status with "Off Day"
endif
I'm sorry, I'm new to this and I don't know the coding for this. Some one
suggested to use the Udate command, but that wouldn't work.
I hope I've explained myself.
Thanks
what I'm trying to do. I know there's an SLQ routine I can use but I'm doing
this in VB.
if status = "working" and shift = "A" then -- {this is the criteria I have.}
{I need to replace the status field in all the records with "Off Day"}
replace status with "Off Day"
endif
I'm sorry, I'm new to this and I don't know the coding for this. Some one
suggested to use the Udate command, but that wouldn't work.
I hope I've explained myself.
Thanks