R
RMires
I have a table tblOpeningInv that includes a list of dates. I have a query
qryOpenMax the selects the latest date of that table. I have a text box
ctlOpenFolio that is on a form frmEntry. I want to set the default value of
the text box to the latest date selected in the query.
I have
=[qryOpenMax]![MaxOfDate]
as the default of the text box. I get a #name? error as a result. Is this
something to do with the format of the date? Is this not the correct way to
use the result of a query as a default? Am I barking up the wrong tree
entirely?
qryOpenMax the selects the latest date of that table. I have a text box
ctlOpenFolio that is on a form frmEntry. I want to set the default value of
the text box to the latest date selected in the query.
I have
=[qryOpenMax]![MaxOfDate]
as the default of the text box. I get a #name? error as a result. Is this
something to do with the format of the date? Is this not the correct way to
use the result of a query as a default? Am I barking up the wrong tree
entirely?