[AccessD] Updating a specific record using VBA.

Susan Harkins ssharkins at gmail.com
Wed Oct 22 19:37:17 CDT 2008


You  have to find and select the record first -- look up Find and FindFirst 

Susan H. 

> 
>    With gDAOrs
>        .Update KeyID = lngMyKeyID
>        .Fields("APLIDLoadedNumber").Value = lngAPLID
>        .Fields("APLIDLoadedDesc").Value = strProgName
>        .Fields("APLIDasString").Value = strAPLID
>        .Update
>    End With.
> 
> Can someone please help with the syntax on this.




More information about the AccessD mailing list