A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Undesired parameters requests in nested datasheets with comboboxes



 
 
Thread Tools Display Modes
  #1  
Old April 27th, 2010, 09:50 AM posted to microsoft.public.access.forms
Federico Caselli
external usenet poster
 
Posts: 1
Default Undesired parameters requests in nested datasheets with comboboxes

Hi,

I have some nested datasheets. The subdatasheets have comboboxes used as
lookup. The combo sql code is a little complex, like:

SELECT Quantita.Id, TB_LookupSecondoLivello.Figlio,
TB_LookupSecondoLivello.Padre
FROM Quantita, TB_LookupSecondoLivello INNER JOIN TB_PrimoLivello ON
TB_LookupSecondoLivello.Padre = TB_PrimoLivello.CodiceArticolo
WHERE (((Quantita.Id)=[TB_PrimoLivello].[QuantitaRiparazione]*[Impiego])
AND
((TB_LookupSecondoLivello.Figlio)=[Forms]![TB_Clienti]![TB_Bolle]![TB_RigheBolle]![TB_PrimoLivello]![TB_SecondoLivello]![CodiceArticolo])
AND
((TB_LookupSecondoLivello.Padre)=[Forms]![TB_Clienti]![TB_Bolle]![TB_RigheBolle]![TB_PrimoLivello]![CodiceArticolo]));


Many times the user work is interrupted by repeated parameters requests, like:
Forms!TB_Clienti!TB_Bolle!TB_RigheBolle!TB_PrimoLi vello!TB_SecondoLivello!CodiceArticolo
while expanding rows or refreshing records

I have put the db online on our site and some screenshot showing some simple
user operation and the message appearing:
http://www.ciar.it/download/accessproblem.zip

Any help appreciated.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:07 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.