J
Jonathan Stratford
Hi,
This seemingly random problem has completely confused me!
I have a form which has a text box on, into which the
user enters a date. The reprot uses a query which uses
this date to chose which fields to return. this bit works
fine, and the date field on the form is called txtDate. I
assign this to an expression in the query, Expr1: [Forms]!
[FSearch]![txtDate], which is the same syntax as for two
other fields on the query which compare the date entered
to ensure it is between the date of leaving and the date
of return, to show the data. These two fields work, as it
only returns the correct data. However, on the report, i
want to be able to say "The leave allowed for " Expr1,
but for some reason in the query this value is blank.
Any suggestions would be very welcome!!!
Many thanks,
Jonathan Stratford
This seemingly random problem has completely confused me!
I have a form which has a text box on, into which the
user enters a date. The reprot uses a query which uses
this date to chose which fields to return. this bit works
fine, and the date field on the form is called txtDate. I
assign this to an expression in the query, Expr1: [Forms]!
[FSearch]![txtDate], which is the same syntax as for two
other fields on the query which compare the date entered
to ensure it is between the date of leaving and the date
of return, to show the data. These two fields work, as it
only returns the correct data. However, on the report, i
want to be able to say "The leave allowed for " Expr1,
but for some reason in the query this value is blank.
Any suggestions would be very welcome!!!
Many thanks,
Jonathan Stratford