RE: whats wrong with this sql statment? (uses "SELECT-IN") ... Then save this query and join it to your table on the Last_Name, First_Name, ... When I try to execute, i get an error message similiar to: ... REALLY a duplicate, and I don't want to see either record. ... TIA - Bob... (microsoft.public.access.queries)
Re: Finally which ORM tool? ... manipulate the linq query IF you're executing it at that moment. ... simply because the declaration construction was with 'CHOPS'. ... implement IEnumerablebut had an Execute() method which gave back ... (microsoft.public.dotnet.languages.csharp)
RE: SQL stored procedure executing twice ... I wasn't aware that DLookupwould execute the "domain" more than once. ... caused the stored procedure to execute twice. ... Dim stDocName As String... My pass-thru query properties... (microsoft.public.access.modulesdaovba)
Re: Conditional "If Not ... Then" Statement not working properly H ... IF Not Bob = 42 Then Exit Sub ... (Condition will not execute because it is FALSE and the "IF" statement ... If Bob42 Then Exit Sub... Returning to your IF statement, if the variables x, y and z are Boolean types, the simplest way to test if all 3 are TRUE is: ... (microsoft.public.excel.programming)