S
Sean
Another question for ya's
I have some code that does some evaluation of data. This part I've done.
What I want to do know is change a Yes/No switch on a different table. I
don't know how to code for this. I'm assuming I need :
DoCmd.OpenTable "tblShipment"
DoCmd.GoToRecord acDataTable, "tblShipment", acLast
But how do I set [tblShipment].[ShipmentSwitch] to Yes or No ???
Thanks for the help -- again
Sean
I have some code that does some evaluation of data. This part I've done.
What I want to do know is change a Yes/No switch on a different table. I
don't know how to code for this. I'm assuming I need :
DoCmd.OpenTable "tblShipment"
DoCmd.GoToRecord acDataTable, "tblShipment", acLast
But how do I set [tblShipment].[ShipmentSwitch] to Yes or No ???
Thanks for the help -- again
Sean