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 Chriss 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: *

  • Users: bsupport
  • Content: Threads
  • Order by date
  1. bsupport

    Pass subform name as variable to Module.

    I need to pass the name of a subform or form, (reference different subforms or forms, depending on what procedure I'm running) to a SUB in a module. Can anyone help? [sadeyes] I have tried searching the Access forums and the Faq's with no luck. All of those reference a particular subform, I...
  2. bsupport

    Error msg 13 Type Mismatch, How to Debug

    I'm getting an error msg code 13, Type mismatch. In an Access 2000 module, I have the following code: Sub AddItemsToTable(ItemType As String, SelectedItem As Variant, Optional SelectedOptional As Variant) Dim strItemType As String Dim varSelected As Variant Dim varSelectOpt As...
  3. bsupport

    "Sofware Applications" inventory system.

    Does anyone know of a Microsoft Access "Software Inventory" database application? I have searched the internet several times and can not find anything such as this. I am using Access 2000 to design a database where I can track all of the software that my organization purchases...
  4. bsupport

    HowTo: Clear Form Fields after Search and Edit.

    How to I clear form fields (record source is a query), once I have searched for and updated a record. I search from a combo box selection. I edit 3 or 4 fields. Then, I want to clear my screen, (the fields) and search for another record to update. Does anyone know how to clear (blank-out) form...
  5. bsupport

    Change Background Color in Detail Section Only.

    Can someone tell me how I can programmatically highlight (change the color of) textbox controls when "GotFocus" in the detail section only of my MS Access 2000 data entry forms? Thanks.
  6. bsupport

    HowTo Select Datasheet Record and Open a Single Record Form.

    I have a table in which I keep all software titles. I frequently search this table and perform some action on the found record. I would like to make searching easier by selecting a record in datasheet view and automatically displaying the same record in single record form view. Does anyone...
  7. bsupport

    Select Query Correct Format.

    How do you write a Select query statement in the Microsoft Access Visual Basic Editor screen using a variable in the where clause? Set dbs = CurrentDb() Set rst = dbs.OpenRecordset("Select * FROM tblProposalProducts " _ & "WHERE lngProposalID = " &amp...

Part and Inventory Search

Back
Top