J
Jeefgeorge
I have a module which exports a query to excel. The query is most often run
from the click of a button on a form - in this case the _click runs the code
which in turn runs the query. The query's criteria is set to
Forms!GenerateEstimate!ProjNo. Have added a button to the switchboard which
I would like to run the same code. I have it set up and it works properly
but the user is promped for the Forms!GenerateEstimate!ProjNo. I would like
this to appear as "Enter a Project Number".
Also, the project number is in the format ######-####, in other areas of my
database the user can input the entire number or just the last four digits to
return a value, i.e. Right(GenerateEstimate!ProjNo,4).
from the click of a button on a form - in this case the _click runs the code
which in turn runs the query. The query's criteria is set to
Forms!GenerateEstimate!ProjNo. Have added a button to the switchboard which
I would like to run the same code. I have it set up and it works properly
but the user is promped for the Forms!GenerateEstimate!ProjNo. I would like
this to appear as "Enter a Project Number".
Also, the project number is in the format ######-####, in other areas of my
database the user can input the entire number or just the last four digits to
return a value, i.e. Right(GenerateEstimate!ProjNo,4).