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 Chris Miller 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. Stonez

    Hiding the MS Access Application Window Control Box

    Does anyone know how to hide the MS Access 2000 application window control box when using toolbars on a form? I have already disabled them on the forms within my application, however, the control box for Minimize, Maximize, Restore and Close still appear in the upper right hand corner of the...
  2. Stonez

    Searching Subdatasheets

    SELECT tblContacts.[Contact ID], tblContacts.[Last-First Name], tblContacts.[Address 1], tblContacts.[Address 2], tblContacts.City, tblContacts.State, tblContacts.[Zip Code] FROM tblContacts; Note: I have noticed that subdatasheet code does not appear here? To insert the datasheet I open this...
  3. Stonez

    Searching Subdatasheets

    Using Access 2000 I have inserted a subdatasheet into a query to display a 1 to many relationship between parent and child records. The query only contains a Contacts table with ContactID, Name, Address etc. The Subdatasheet contains a Locations table with ContactID, and the many Location(s) a...

Part and Inventory Search

Back
Top