program changes document

I

inungh

I just wanted to know any one uses user request form for program
changes from your users.

If you have can you please give a me a kind of example?

Your information is great appreciated,
 
B

Brian

I do not use onemyself, but it you could do it in several ways. Here are a
couple. Create a "Suggestions" button on a form, then on its Click event:

1. If the database is local to you, you could pop up an input box where the
user could type the comments, and then simply append the entry into a
suggestions table for your review when the user closes the form. Or you could
have the button open a complete form with structured input: user name,
date/time, subject, detail, etc.
2. If the users are not local to where you are, you could open the form
above, but use the SendObject method to embed the information in an e-mail
and send it to you via the user's mail client.
 
I

inungh

I do not use onemyself, but it you could do it in several ways. Here are a
couple. Create a "Suggestions" button on a form, then on its Click event:

1. If the database is local to you, you could pop up an input box where the
user could type the comments, and then simply append the entry into a
suggestions table for your review when the user closes the form. Or you could
have the button open a complete form with structured input: user name,
date/time, subject, detail, etc.
2. If the users are not local to where you are, you could open the form
above, but use the SendObject method to embed the information in an e-mail
and send it to you via the user's mail client.







- Show quoted text -

Thanks millions for the information,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top