R
r.rickersonIII
Here is my situation:
I have created a query where I take multiple fields from a single
record in the same table and sum them together. I would like to
display this query result back in the form where the data for the table
is intially being entered. My problem however, is how to only display
the "date-specific" query result rather than the results for every
record. For example, if the user selects a record with the date
02/13/2006, I only want the query result from the date 02/13/2006 to be
displayed on the form.
This way, the text box is controlled by the summing operation in the
query and will act as a "real-time" calculator as the user enters data
in each of the fields on the form.
I have researched the Dlookup function but have not seen good info on
comparing date specific criteria in a form. Also, do I need to build an
event so that the query calculation is updated as the user tabs to each
new field on the form?
Any help will be greatly appreciated!!
Regards,
Rob
I have created a query where I take multiple fields from a single
record in the same table and sum them together. I would like to
display this query result back in the form where the data for the table
is intially being entered. My problem however, is how to only display
the "date-specific" query result rather than the results for every
record. For example, if the user selects a record with the date
02/13/2006, I only want the query result from the date 02/13/2006 to be
displayed on the form.
This way, the text box is controlled by the summing operation in the
query and will act as a "real-time" calculator as the user enters data
in each of the fields on the form.
I have researched the Dlookup function but have not seen good info on
comparing date specific criteria in a form. Also, do I need to build an
event so that the query calculation is updated as the user tabs to each
new field on the form?
Any help will be greatly appreciated!!
Regards,
Rob