The record source you mean this one
SELECT Lavori.id_lavori
FROM Lavori;
i changed the form name in the query criteria.
Ok now i get a blank report. The form works because i have a textbox with
= "From " & [Forms]![GestioneOre]![CriterioInizio] & " to " ....
and these two dates appear correctly.
Then it must be the report fault... looking into it.
EDIT: trying to launch report from the list with manual input into the prompts gives me the correct list of hours but fails to display the dates i talked about...
im getting confused.
EDIT n2: sorry even if i leave all prompts blanks it gives me the list of hours for the 1st job (which by chance was the same one i'm using to try)
SELECT Lavori.id_lavori
FROM Lavori;
i changed the form name in the query criteria.
Ok now i get a blank report. The form works because i have a textbox with
= "From " & [Forms]![GestioneOre]![CriterioInizio] & " to " ....
and these two dates appear correctly.
Then it must be the report fault... looking into it.
EDIT: trying to launch report from the list with manual input into the prompts gives me the correct list of hours but fails to display the dates i talked about...
im getting confused.
EDIT n2: sorry even if i leave all prompts blanks it gives me the list of hours for the 1st job (which by chance was the same one i'm using to try)
Last edited: