T
Tony Williams
I have a prompt form that has an unbound control called "finddocnametxt" in
which the user inputs part of a document name. On the onclick event of a
command button the is a query which runs and finds all records where the
name of the document includes the characters the user has input and opens a
form based on that query showing the found records. I have an unbound
control on this form in which I want to appear the data the user has input
into the prompt form and use this as the forms data
=[Forms]![frmFindDocumentName]![finddocnametxt]
However all I get is the dreaded #Name
Anyone know how I can get round this?
TIA
Tony Williams
which the user inputs part of a document name. On the onclick event of a
command button the is a query which runs and finds all records where the
name of the document includes the characters the user has input and opens a
form based on that query showing the found records. I have an unbound
control on this form in which I want to appear the data the user has input
into the prompt form and use this as the forms data
=[Forms]![frmFindDocumentName]![finddocnametxt]
However all I get is the dreaded #Name
Anyone know how I can get round this?
TIA
Tony Williams