J
JoanOC
I have an envelope report based on a query with a parameter.
The parameter connects the form that contains the command button with the
report.
This is so when the user hits the command button an envelope for the record
he/she is viewing will print.
Problem: The field on the form wont allow me to enter the prefix.
When I enter new records I need to run a query to enter the prefix field(s)
that are applicable to the record. (e.g.,Mr. and Mrs. or Ms. or Mr. or Dr.)
I have a text box that contains =Trim with the prerfixes available.
Prefix are in a table - combo box with value list.
Maybe I need to have the user enter the unique field and get rid of the
report parameter.
Help if you can.
Joan
The parameter connects the form that contains the command button with the
report.
This is so when the user hits the command button an envelope for the record
he/she is viewing will print.
Problem: The field on the form wont allow me to enter the prefix.
When I enter new records I need to run a query to enter the prefix field(s)
that are applicable to the record. (e.g.,Mr. and Mrs. or Ms. or Mr. or Dr.)
I have a text box that contains =Trim with the prerfixes available.
Prefix are in a table - combo box with value list.
Maybe I need to have the user enter the unique field and get rid of the
report parameter.
Help if you can.
Joan