[AccessD] DAO Code won't Compile

Stuart McLachlan stuart at lexacorp.com.pg
Sun Nov 5 04:58:56 CST 2006


On 4 Nov 2006 at 15:33, Bill Morrill wrote:

> Need help on the following DAO code. 
...
     strCallType = rst.[CALL_TYPE]
...
>       blnUnsuccessful = rst.[UNSUCCESSFUL_ATTEMPT]
>       blnDeactivate = rst.[DEACTIVATE]
.
They should all be Bangs, not dots.

rst!Call_Type etc.

-- 
Stuart





More information about the AccessD mailing list