CAD Managers
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Cooley, Brandon
CAD Request Form
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
268 Views, 3 Replies
10-03-2000 09:15 AM
Does anyone know of a good form program I can make a "CAD Request Form". I
basically want something that prompts the user for inputs (e.g. Project
name, number, due date, description of work to be done, etc.), and then
creates the form to print out.
Any Help is greatly appreciated.
Thanks,
Brandon Cooley
basically want something that prompts the user for inputs (e.g. Project
name, number, due date, description of work to be done, etc.), and then
creates the form to print out.
Any Help is greatly appreciated.
Thanks,
Brandon Cooley
*martin, jason
Re: CAD Request Form
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-03-2000 10:09 AM in reply to:
*Cooley, Brandon
Outlook can easily be used for this purpose but It's much better if you don't print it
out. Just create an Okay command button and have the item automagically emailed to you.
I've put up a couple of screen shots of a "Project Schedule" form that I've created in our
office. They are in cf's labeled Outlook forms. All of the logic behind the form is
vbscript and pretty straight forward. You can do basically whatever you want with the
forms. Ours uses dao and sql to look up information in a number of access / sql server
databases on our network to fill out the drop down boxes. Some of the drop down boxes
even perform other queries to fill out other drop down boxes as you navigate through the
form.
hth
jason martin
frankfurt-short-bruza
Brandon Cooley wrote in message
news:B268216CAE091E5B6B93804291AEF9FD@in.WebX.SaUC ah8kaAW...
> Does anyone know of a good form program I can make a "CAD Request Form". I
> basically want something that prompts the user for inputs (e.g. Project
> name, number, due date, description of work to be done, etc.), and then
> creates the form to print out.
>
> Any Help is greatly appreciated.
>
> Thanks,
>
> Brandon Cooley
>
out. Just create an Okay command button and have the item automagically emailed to you.
I've put up a couple of screen shots of a "Project Schedule" form that I've created in our
office. They are in cf's labeled Outlook forms. All of the logic behind the form is
vbscript and pretty straight forward. You can do basically whatever you want with the
forms. Ours uses dao and sql to look up information in a number of access / sql server
databases on our network to fill out the drop down boxes. Some of the drop down boxes
even perform other queries to fill out other drop down boxes as you navigate through the
form.
hth
jason martin
frankfurt-short-bruza
Brandon Cooley
news:B268216CAE091E5B6B93804291AEF9FD@in.WebX.SaUC
> Does anyone know of a good form program I can make a "CAD Request Form". I
> basically want something that prompts the user for inputs (e.g. Project
> name, number, due date, description of work to be done, etc.), and then
> creates the form to print out.
>
> Any Help is greatly appreciated.
>
> Thanks,
>
> Brandon Cooley
>
*Cooley, Brandon
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-03-2000 10:15 AM in reply to:
*Cooley, Brandon
Jason,
Thanks for the help. That looks like a great system you have there. We use
Outlook as our e-mail program so something like that would work great. I
don't know anything about vbscript, but maybe this will give me an excuse to
learn it.
Thanks for the help,
Brandon Cooley
"jason martin" wrote in message
news:30C666B871F7AE319F7FAE6E95D8C451@in.WebX.SaUC ah8kaAW...
> Outlook can easily be used for this purpose but It's much better if you
don't print it
> out. Just create an Okay command button and have the item automagically
emailed to you.
> I've put up a couple of screen shots of a "Project Schedule" form that
I've created in our
> office. They are in cf's labeled Outlook forms. All of the logic behind
the form is
> vbscript and pretty straight forward. You can do basically whatever you
want with the
> forms. Ours uses dao and sql to look up information in a number of access
/ sql server
> databases on our network to fill out the drop down boxes. Some of the
drop down boxes
> even perform other queries to fill out other drop down boxes as you
navigate through the
> form.
>
> hth
>
> jason martin
> frankfurt-short-bruza
>
> Brandon Cooley wrote in message
> news:B268216CAE091E5B6B93804291AEF9FD@in.WebX.SaUC ah8kaAW...
> > Does anyone know of a good form program I can make a "CAD Request Form".
I
> > basically want something that prompts the user for inputs (e.g. Project
> > name, number, due date, description of work to be done, etc.), and then
> > creates the form to print out.
> >
> > Any Help is greatly appreciated.
> >
> > Thanks,
> >
> > Brandon Cooley
> >
>
Thanks for the help. That looks like a great system you have there. We use
Outlook as our e-mail program so something like that would work great. I
don't know anything about vbscript, but maybe this will give me an excuse to
learn it.
Thanks for the help,
Brandon Cooley
"jason martin"
news:30C666B871F7AE319F7FAE6E95D8C451@in.WebX.SaUC
> Outlook can easily be used for this purpose but It's much better if you
don't print it
> out. Just create an Okay command button and have the item automagically
emailed to you.
> I've put up a couple of screen shots of a "Project Schedule" form that
I've created in our
> office. They are in cf's labeled Outlook forms. All of the logic behind
the form is
> vbscript and pretty straight forward. You can do basically whatever you
want with the
> forms. Ours uses dao and sql to look up information in a number of access
/ sql server
> databases on our network to fill out the drop down boxes. Some of the
drop down boxes
> even perform other queries to fill out other drop down boxes as you
navigate through the
> form.
>
> hth
>
> jason martin
> frankfurt-short-bruza
>
> Brandon Cooley
> news:B268216CAE091E5B6B93804291AEF9FD@in.WebX.SaUC
> > Does anyone know of a good form program I can make a "CAD Request Form".
I
> > basically want something that prompts the user for inputs (e.g. Project
> > name, number, due date, description of work to be done, etc.), and then
> > creates the form to print out.
> >
> > Any Help is greatly appreciated.
> >
> > Thanks,
> >
> > Brandon Cooley
> >
>
Re: CAD Request Form
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-17-2004 11:14 AM in reply to:
*Cooley, Brandon
Jason,
I came across this same request...CAD request form. I know this topic is quite old, but can you still help me? I would like to know more about this tool used within Outlook.
Thanks,
Raul
I came across this same request...CAD request form. I know this topic is quite old, but can you still help me? I would like to know more about this tool used within Outlook.
Thanks,
Raul

