B
beat
Hi,
does anyone know why my query is not returning any records?
I am new to the access project and have converted the DB do a CS
application.
In a list box I have a query which filters on form fields but this does not
seem to work.
Suspect that the syntax is not correct or it is not possible to run this
sort of query in the 2003 version?
Any ideas would be appreciated.
Query:
SELECT DISTINCT
VorgangModulLeistung.Modul,
VorgangModulLeistung.Leistung
FROM ForeCast_Angebot_Auftrag
Where ForeCast_Angebot_Auftrag.Kunde =
[Formulare]![Vorgang]![KundeHLP])
Where as the [Formulare]![Vorgang]![KundeHLP]) is a field in my active form.
Regards Beat
FlexReport AG
www.flexreport.ch
does anyone know why my query is not returning any records?
I am new to the access project and have converted the DB do a CS
application.
In a list box I have a query which filters on form fields but this does not
seem to work.
Suspect that the syntax is not correct or it is not possible to run this
sort of query in the 2003 version?
Any ideas would be appreciated.
Query:
SELECT DISTINCT
VorgangModulLeistung.Modul,
VorgangModulLeistung.Leistung
FROM ForeCast_Angebot_Auftrag
Where ForeCast_Angebot_Auftrag.Kunde =
[Formulare]![Vorgang]![KundeHLP])
Where as the [Formulare]![Vorgang]![KundeHLP]) is a field in my active form.
Regards Beat
FlexReport AG
www.flexreport.ch