I have a MS Access 2007 form in which we want to display two different web pages in two of the fields we have in the form. The form has other fields too.
Is there any way for this to be done.
Please let me know
Thanks in advance
I have a MS Access 2007 form in which we want to display two different web pages in two of the fields we have in the form. The form has other fields too.
Is there any way for this to be done.
Please let me know
Thanks in advance
Note: Fields are in tables. Control are on Forms.
Not sure I follow what you want.
Are you wanting to "display" a web page on the form or do you want to retrieve data from a web page and store it in a control on the form?
Boyd Trimmell aka Hitechcoach
Database Architect and Problem Solver
Microsoft MVP - Access Expert
25+ years specializing in Accounting, Inventory, and CRM systems
"If technology doesn't work for people, then it doesn't work."
hi, I saw your responce to someone for the similar prob i have. I actually want to create a form in MS access 2010, on the left side of the form has all the web links I want, such as google.com, ebay... etc. and also allow me to add or delete web links. on the right side of the form, I would like to have a large area display the webpage content whenever I click on the links that I have displayed/stored on the left side.
I'm new to MS access. I'm not sure how to display the webpage content within the form I created. I can easily add a website link anywhere in the form, since the hyperlink tool is easily found on the design tab. But when I click on the hyperlink I added, it just turn on an internet explorer page and bring me to explorer. I really want to be able to let the webpage show within the same form. can you please give me detail instruction on that?
thanks
zhen
zhen,hi, I saw your responce to someone for the similar prob i have. I actually want to create a form in MS access 2010, on the left side of the form has all the web links I want, such as google.com, ebay... etc. and also allow me to add or delete web links. on the right side of the form, I would like to have a large area display the webpage content whenever I click on the links that I have displayed/stored on the left side.
I'm new to MS access. I'm not sure how to display the webpage content within the form I created. I can easily add a website link anywhere in the form, since the hyperlink tool is easily found on the design tab. But when I click on the hyperlink I added, it just turn on an internet explorer page and bring me to explorer. I really want to be able to let the webpage show within the same form. can you please give me detail instruction on that?
thanks
zhen
I would avoid hijacking threads. Normally your post will get ignored since it was not an attempt to answer the original question. I do not see you question as being relevant to the original question.
Since you are new, I will go ahead an answer your question this time. Please do not report this question in a new thread.. Next time please start a new thread.
The hyperlinks are really data. In a database you store the data you want to maintain in tables not in the the design of a form.I can easily add a website link anywhere in the form, since the hyperlink tool is easily found on the design tab.
I would avoid hard coding them into a form. This will force you to edit the design of a form to maintain the links. That is not a good database design. To maintain your links (date) you should only have to do data entry not form design.
To show the web page on a form use the Web Browser Control.
Boyd Trimmell aka Hitechcoach
Database Architect and Problem Solver
Microsoft MVP - Access Expert
25+ years specializing in Accounting, Inventory, and CRM systems
"If technology doesn't work for people, then it doesn't work."