[AccessD] Don't Want form to open

Stuart McLachlan stuart at lexacorp.com.pg
Thu Jan 30 18:05:40 CST 2003


>     "Or [EngineerID]=" & Me![UserID] & " AND [StatusID] = 2" & _
>     "Or [EngineerID]=" & Me![UserID] & " AND [StatusID] = 4"

needs spaces:
            
     " Or [EngineerID]=" & Me![UserID] & " AND [StatusID] = 2" & _
     " Or [EngineerID]=" & Me![UserID] & " AND [StatusID] = 4"


-- 
Lexacorp Ltd
http://www.lexacorp.com.pg
Information Technology Consultancy, Software Development,System Support.






More information about the AccessD mailing list