Storemaster
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 17 articles for 0.303 sec
Hi Erik, To date I haven't found a solution. I've been in contact with a few others who have this exact same issue and no go with them either. I really believe its in the code somewhere. Bradley "Erik" wrote: > Hello again, > > So nobody has any solutions or ideas for this problem? > > I have searched the net again now for any solutions, but still I can't find > anything.     

Group: microsoft.public.access.forms · Group Profile · Search for Storemaster in microsoft.public.access.forms
Author: Bradley
Date: May 22, 2007 15:48

Hello again, So nobody has any solutions or ideas for this problem? I have searched the net again now for any solutions, but still I can't find anything. As Bradley noted below there seem to be many people who have experienced this issue... / Erik "Erik" <Um3Erik@newsgroup.nospam> wrote in message news:39D43C15-7AB8-4D2C-8E1F-9E3507A44452@microsoft.com... Hi, I too have the
Show full article (2.09Kb)
Hi, I too have the same problem when creating a new record in a sub form in Access 2007 when opening an Access 2003 ADP project (which works fine in 2003). My database backend is SQL 2000 so no 2005 involved for me. I also searched the net and found the articles you link to. But no solution. So let's hope someone else has some ideas. / Erik "Bradley" <Bradley@discussions.microsoft     

Group: microsoft.public.access.forms · Group Profile · Search for Storemaster in microsoft.public.access.forms
Author: Erik
Date: May 22, 2007 05:20

When I create a new record on a subform I get the following error message: (application name) can't find the object 'select *, sql_variant_property(value, 'basetype') aS type from ::fn_listextendedproperty(N'MS_WSSTemplateID', N'user',N'brad', N'table', N'StoreMaster',NULL,NULL)' Anyone have any clues? I cant figure it out! I'm logged in as user brad. But I also tried logging in as
Show full article (1.77Kb)
This returns the 1, 2, 3 or more Cust ID's. However, doen't give the option for ALL Cust ID's (*wild card). Like the parameter below does in a select query [Enter Customer ID] Or Like [Enter Customer ID] Is Null -- Thanks, Kevin "Duane Hookom" wrote: > Try: > PARAMETERS [Enter Customer IDs] Text ( 255 ); > TRANSFORM First(Orders.Freight) AS FirstOfFreight > SELECT [Order Details     

Group: microsoft.public.access.forms · Group Profile · Search for Storemaster in microsoft.public.access.forms
Author: Erik
Date: May 4, 2007 00:11

Something in your suggested where doesn't work: WHERE Instr(Nz([ENTER STORE NUMBERS], StoreName), StoreName)>0 This where returns 0 records. If I replace it with: WHERE (((StoreMaster.storename)="H2345")) I'm able to get the records for H2345. This indicates the rest of the query is working, just not your suggested where above. Again, "StoreName" is a text field for store ID's. 12345,
Show full article (1.34Kb) · Show article thread
Try: PARAMETERS [Enter Customer IDs] Text ( 255 ); TRANSFORM First(Orders.Freight) AS FirstOfFreight SELECT [Order Details].OrderID, [Order Details].ProductID FROM (Customers INNER JOIN Orders ON Customers.CustomerID = Orders.CustomerID) INNER JOIN [Order Details] ON Orders.OrderID = [Order Details].OrderID WHERE (((InStr([Enter Customer IDs],[Orders].[CustomerID]))>0)) GROUP BY [Order Details     

Group: microsoft.public.access.forms · Group Profile · Search for Storemaster in microsoft.public.access.forms
Author: Bradley
Date: May 2, 2007 18:59

As per a much earlier posting of mine in this thread, change the sql to: PARAMETERS [Enter Customer IDs] Text ( 255 ); TRANSFORM First(Orders.Freight) AS FirstOfFreight SELECT [Order Details].OrderID, [Order Details].ProductID FROM (Customers INNER JOIN Orders ON Customers.CustomerID = Orders.CustomerID) INNER JOIN [Order Details] ON Orders.OrderID = [Order Details].OrderID WHERE (((InStr
Show full article (0.83Kb)
Try use this solution in Northwind to see how it works. Create a new query in Northwind and set its SQL to: SELECT Customers.* FROM Customers WHERE (((InStr([Enter Customer IDs],[CustomerID]))>0)); View the datasheet of the query and enter DRACD FOLIG FURIB This should return the three records with those customer IDs. How is your query different from this query? -- Duane Hookom     

Group: microsoft.public.access.queries · Group Profile · Search for Storemaster in microsoft.public.access.queries
Author: AFSSkier
Date: Mar 27, 2007 18:50

Using Northwind, the CrossTab SQL below is more what I'm dealing with: TRANSFORM First(Orders.Freight) AS FirstOfFreight SELECT [Order Details].OrderID, [Order Details].ProductID FROM Customers INNER JOIN (Orders INNER JOIN [Order Details] ON Orders.OrderID = [Order Details].OrderID) ON Customers.CustomerID = Orders.CustomerID WHERE (((Customers.CustomerID)="DRACD" Or (Customers.CustomerID
Show full article (11.42Kb)
    

Group: microsoft.public.access.queries · Group Profile · Search for Storemaster in microsoft.public.access.queries
Author: AFSSkier
Date: Mar 27, 2007 18:48

Show full article (7.80Kb)
    

Group: microsoft.public.access.queries · Group Profile · Search for Storemaster in microsoft.public.access.queries
Author: Duane Hookom
Date: Mar 27, 2007 18:18

Show full article (10.66Kb)
    

Group: microsoft.public.access.queries · Group Profile · Search for Storemaster in microsoft.public.access.queries
Author: Duane Hookom
Date: Mar 27, 2007 18:10

Show full article (12.56Kb)
    

Group: microsoft.public.access.queries · Group Profile · Search for Storemaster in microsoft.public.access.queries
Author: Duane Hookom
Date: Mar 27, 2007 16:10

Show full article (8.62Kb)
    

Group: microsoft.public.access.queries · Group Profile · Search for Storemaster in microsoft.public.access.queries
Author: AFSSkier
Date: Mar 27, 2007 15:57

Show full article (9.62Kb)
1 · 2 · next