T
Trevor
Hello All,
I have a form which is used to enter invoice data. I
wanted to have the date field on the form default to
whatever date was used for the last entry. I set up a
query that finds the last record in the table and returns
to me the date associated with that entry. The query
works fine and returns what I want when run on its own.
However, when I set the default value property of the
textbox on the form to the result of that query, the form
field simply shows "#Name?". Any ideas as to what I am
doing wrong?
Any help is much appreciated. Thanks.
Trevor
I have a form which is used to enter invoice data. I
wanted to have the date field on the form default to
whatever date was used for the last entry. I set up a
query that finds the last record in the table and returns
to me the date associated with that entry. The query
works fine and returns what I want when run on its own.
However, when I set the default value property of the
textbox on the form to the result of that query, the form
field simply shows "#Name?". Any ideas as to what I am
doing wrong?
Any help is much appreciated. Thanks.
Trevor