Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RichardDickerson

    OLE bound frames

    Hello, I have an OLE bound frame object (an excel spreadsheet) that is embedded into the DB. I was just wondering if there is a way to activate it (in it's own application not inplace) for read only mode if the field is locked and read/write when the field is unlocked? What determines if the...
  2. RichardDickerson

    Internet Explorer

    Hello, I have some code: dim ie as new InternetExplorer ie.navigate "http://www.google.ca/" ie.Visible = True do while ie.Busy DoEvents Loop The thing is that it loads as the active window then access becomes active again after the page is done loading. What I want is Internet...
  3. RichardDickerson

    predefined forms

    Hi, I am new to VBA and access and was wondering if there is a predefined set of forms that one can open? More specifically the form that opens when you want to open a file in any windows application. If so how would I go about using it? Thanks in advance, Richard

Part and Inventory Search

Back
Top