Ask a Question related to ASP Database, Design and Development.
-
KG #1
Link Access form to web
Is it possible to link forms developed using Access 2K
with an asp page? I want to be able to pass on the order
no. by clicking to an access form and display results.
Is it possible? If yes, can you give me some leads how
to do?
Thanks in advance,
-KG
KG Guest
-
Link form fields?
No but you can have expanding/shrinking fields with Adobe Livecycle Designer bundled with Acrobat 7, 8 and 9 Pro under Windows ... Livecycle is... -
Help needed with ASP form browse for file, create link to file and insert in access database
I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then... -
Using link to submit a form
Hi everyone, Can I replace "Submit" buttons on forms with a text button? I need to be able to click on a link: <a... -
How to hide URL but it's not from a form just a link ?
How can I hide this link so value can't be changed? I don't want to change anything at the server level, and its not from a form so I cant do a... -
email link in access
is there any way i can put a email link in access, i.e. i want to open up my email editor when i click on the hyperlink, the reason why im askin... -
Ralph Hodenius [MS] #2
RE: Link Access form to web
Hi KG,
Best solution I can think of is to create a link dynamically on the form.
The url can contain variables you can use to find the ID and other data.
The url would look like
[url]http://servername/results.asp?DataID=1823&Otherdata=38[/url]
Article 300505 shows you how to use the querystring in asp:
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;300505[/url]
Regards,
Ralph
Microsoft
Ralph Hodenius [MS] Guest



Reply With Quote

