更多细节,如果有帮助:我想要做的是去一个 供应商的网站,根据他们的部件号查找他们的描述。我认为我会根据供应商搜索的第一部分构建网址 字符串(与供应商记录一起存储)与部件号连接 (存储在零件记录中)。有数百个部分,所以我想动态构建这个超链接,可能是使用一个按钮并在Visual Basic中连接 的URL。 /> 我感谢任何协助或指导.... Alice - 图书收集术语。偶尔出售的书籍。 http://www.mywingsbooks.com/I''m hoping someone can tell me what I''m missing about how to open a browserand go to a website from a button or a link in Access 2000.I''ve tried designating a field as "Hyperlink type" and typing in an URL.I''ve tried using the Hyperlink field on the Button Properties sheet, andI''ve tried using Visual Basic:Application.FollowHyperlink "html://www.websitename.com",,Trueand in all cases, Access just locks up and has to be shut down via the taskmanager.I suspect I need to open an instance of the browser or something, but I''monly just starting with VB (all learned on a "need to know" basis), so I''m alittle foggy on that.More details, in case they are helpful: What I''m wanting to do is go to avendor''s website and look up their description based on their part number. Ithought I would build the url based on the first part of the vendor''s searchstring (stored with the vendor record) concatenated with the part number(stored on the part record). There are hundreds of parts, so I''d like tobuild this hyperlink on the fly, probably using a button and concatenatingthe URL in Visual Basic.I appreciate any assistance or direction....Alice--Book collecting terms illustrated. Occasional books for sale. http://www.mywingsbooks.com/推荐答案也许这只是一个错字 也许这就是你的问题 Application.FollowHyperlink" http://www.websitename.com" ;, TrueMaybe this is just a typoMaybe it''s you problemApplication.FollowHyperlink "http://www.websitename.com",,True " lylefair" < LY *********** @ aim.com>在消息中写道 news:11 ********************** @ g44g2000cwa.googlegr oups.com ..."lylefair" <ly***********@aim.com> wrote in messagenews:11**********************@g44g2000cwa.googlegr oups.com...也许这只是一个错字 也许这就是你的问题 Application.FollowHyperlink" http://www.websitename.com" ,,真的 Maybe this is just a typo Maybe it''s you problem Application.FollowHyperlink "http://www.websitename.com",,True 我不确定我理解。这个网站并不真实...这只是一个例子 来显示我在代码中所做的事情。你看到了其他一些错字吗? 谢谢。 AliceI''m not sure I understand. The website isn''t real...that was just an exampleto show what I did in the code. Was there some other typo you saw?Thanks.Alice你写了html://而不是 http://。You wrote html:// rather than http://. 这篇关于如何从Access中的链接打开浏览器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-27 04:02
查看更多