PC Review


Reply
Thread Tools Rate Thread

Displaying form as a search result

 
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      27th Jun 2006
Hi,

I have a form that our employees fill out to log the calls. Form works
great, sends the information to database. For search, I am able to search
for the records and have a table set to show results in Database result
region.

Now what i want to do is to create one of the result fields as a hyperlink,,
which will take to the original form that was filled out by rep. So if
anther rep wants to modify it, they can just enter their comments andmodify.
I am not sure how to create a hyperlink so that I can get the form.
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      28th Jun 2006
See http://support.microsoft.com/default...b;EN-US;237805

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________


"shikha" <(E-Mail Removed)> wrote in message news:81C7E829-BB9A-44D6-BBDA-(E-Mail Removed)...
| Hi,
|
| I have a form that our employees fill out to log the calls. Form works
| great, sends the information to database. For search, I am able to search
| for the records and have a table set to show results in Database result
| region.
|
| Now what i want to do is to create one of the result fields as a hyperlink,,
| which will take to the original form that was filled out by rep. So if
| anther rep wants to modify it, they can just enter their comments andmodify.
| I am not sure how to create a hyperlink so that I can get the form.


 
Reply With Quote
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      28th Jun 2006
Hi Stefan,

Thank you for your help. It is not working, I have created the ID as
hyperlink, when I click on ID, it takes me to page not found.

Any suggestions, what I may be doing wrong?

"Stefan B Rusynko" wrote:

> See http://support.microsoft.com/default...b;EN-US;237805
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> _____________________________________________
>
>
> "shikha" <(E-Mail Removed)> wrote in message news:81C7E829-BB9A-44D6-BBDA-(E-Mail Removed)...
> | Hi,
> |
> | I have a form that our employees fill out to log the calls. Form works
> | great, sends the information to database. For search, I am able to search
> | for the records and have a table set to show results in Database result
> | region.
> |
> | Now what i want to do is to create one of the result fields as a hyperlink,,
> | which will take to the original form that was filled out by rep. So if
> | anther rep wants to modify it, they can just enter their comments andmodify.
> | I am not sure how to create a hyperlink so that I can get the form.
>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      29th Jun 2006
The hyperlink needs to be valid url (not just any DB field)
See http://www.asp101.com/samples/ for std asp samples


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________


"shikha" <(E-Mail Removed)> wrote in message news:9D3DCE72-392B-4F80-AEF2-(E-Mail Removed)...
| Hi Stefan,
|
| Thank you for your help. It is not working, I have created the ID as
| hyperlink, when I click on ID, it takes me to page not found.
|
| Any suggestions, what I may be doing wrong?
|
| "Stefan B Rusynko" wrote:
|
| > See http://support.microsoft.com/default...b;EN-US;237805
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPa...3/Default.aspx
| > _____________________________________________
| >
| >
| > "shikha" <(E-Mail Removed)> wrote in message news:81C7E829-BB9A-44D6-BBDA-(E-Mail Removed)...
| > | Hi,
| > |
| > | I have a form that our employees fill out to log the calls. Form works
| > | great, sends the information to database. For search, I am able to search
| > | for the records and have a table set to show results in Database result
| > | region.
| > |
| > | Now what i want to do is to create one of the result fields as a hyperlink,,
| > | which will take to the original form that was filled out by rep. So if
| > | anther rep wants to modify it, they can just enter their comments andmodify.
| > | I am not sure how to create a hyperlink so that I can get the form.
| >
| >
| >


 
Reply With Quote
 
=?Utf-8?B?c2hpa2hh?=
Guest
Posts: n/a
 
      29th Jun 2006
Hi Stefan,

I will try using the script from the site you gave me, and I used log in
script from that site, when i tried to login, I got the error

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'.

/districtcal/database1_interface/Results/login_db.asp, line 59

any idea why? I am really sorry to bother you and appreciated your help,
have my project due this monday, and I am missing login and connecting the
form to teh file.

Thank you sooooooooooo much,

Shikha


"Stefan B Rusynko" wrote:

> The hyperlink needs to be valid url (not just any DB field)
> See http://www.asp101.com/samples/ for std asp samples
>
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> _____________________________________________
>
>
> "shikha" <(E-Mail Removed)> wrote in message news:9D3DCE72-392B-4F80-AEF2-(E-Mail Removed)...
> | Hi Stefan,
> |
> | Thank you for your help. It is not working, I have created the ID as
> | hyperlink, when I click on ID, it takes me to page not found.
> |
> | Any suggestions, what I may be doing wrong?
> |
> | "Stefan B Rusynko" wrote:
> |
> | > See http://support.microsoft.com/default...b;EN-US;237805
> | >
> | > --
> | >
> | > _____________________________________________
> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > "Warning - Using the F1 Key will not break anything!" (-;
> | > To find the best Newsgroup for FrontPage support see:
> | > http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> | > _____________________________________________
> | >
> | >
> | > "shikha" <(E-Mail Removed)> wrote in message news:81C7E829-BB9A-44D6-BBDA-(E-Mail Removed)...
> | > | Hi,
> | > |
> | > | I have a form that our employees fill out to log the calls. Form works
> | > | great, sends the information to database. For search, I am able to search
> | > | for the records and have a table set to show results in Database result
> | > | region.
> | > |
> | > | Now what i want to do is to create one of the result fields as a hyperlink,,
> | > | which will take to the original form that was filled out by rep. So if
> | > | anther rep wants to modify it, they can just enter their comments andmodify.
> | > | I am not sure how to create a hyperlink so that I can get the form.
> | >
> | >
> | >
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying column heading information based on a search result. =?Utf-8?B?TWU=?= Microsoft Excel Discussion 2 21st Aug 2007 08:10 PM
displaying the result of a calculation on another form =?Utf-8?B?bHlubiBhdGtpbnNvbg==?= Microsoft Access Forms 5 9th Feb 2005 02:25 PM
adding two form fields and displaying the result Russell Microsoft Frontpage 16 16th Nov 2004 03:51 AM
Displaying result of Count on a form =?Utf-8?B?S29zaWs=?= Microsoft Access Form Coding 6 28th Sep 2004 05:40 PM
displaying result from VBA into a control of form mk sabeel Microsoft Access Forms 6 24th Jul 2003 03:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:24 AM.