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 bkrike 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: mdavis1
  • Content: Threads
  • Order by date
  1. mdavis1

    MULTIPLE SUBFORMS FROM MULTIPLE TABLES

    I have a main database that contains a main product. In this database, the product has 12 categories. I want to be able to pull the # up in the main database, and have a button that will pull up the category form. I can do that for 1 category, but i'm having trouble telling the button which...
  2. mdavis1

    ok..i have a data entry form with a

    ok..i have a data entry form with a subform. when i use the tab from the very top of the main form, it automatically moves to the bottom of the form without using the scroll bar. But if i start in the subform, i can tab to the bottom, but the form view does not move. HELP. This is aggrivating...
  3. mdavis1

    OPEN .PDF FILE FROM ACCESS

    I WANT TO BE ABLE TO SEARCH AND FIND A CUSTOMER/LOCATION/#, THEN WHEN THAT FILTERS, I WANT TO BE ABLE TO OPEN THE SCANNED PIC OF THE # FILE FROM A COMMAND BUTTON.THANKS IN ADVANCE. YA'LL ARE GREATTTTTTTTTTTTTTTTTTT.
  4. mdavis1

    LINK COMBO BOX PICK TO A FORM

    I HAVE A FORM THAT HAS 3 SYNCHRONIZED COMBO BOXES, YOU CAN SELECT 1) CUSTOMER 2) LOCATION 3) CATEGORY. AFTER YOU PICK THE CUSTOMER, IT FILTERS ONLY LOCATIONS FOR THAT CUSTOMER, AND AFTER U PICK LOCATION, IT ONLY SHOWS CATEGORIES FOR THE CUSTOMER AT THAT LOCATION. AFTER U SELECT THE CATEGORY...
  5. mdavis1

    MultiUser Lockup

    ok..here's the deal. i have a database (compcomp) that contains all my forms, queries, macros,reports for 4 databases<.<.<these database tables are linked to this database (compcomp). Every thing works fine. (thanx to a little help from friends:-X) UNTIL you access a certain database...<xref>...
  6. mdavis1

    Trouble Accessing Database via mapped drives..server..

    i have a database on a citrix server. I have the forms,queries, etc in one databate (compcomp) and the tables are linked to the prospective databases. (xref, csur, dlog, vlog). all of this is contained in the same folder on the server. J:\databases i have the individual computers J drives...
  7. mdavis1

    Multiple User Lockup

    every time more than one person is in the database to add files, it locks up.. i need for more than one person to enter at a time. this happens if one person is searching and one is adding,.....help...quickly...thank you. monica
  8. mdavis1

    Sync form and subform for filters

    i can filter records on my main form, but when i search from my subform, it doesn't bring back results. I want to be able to filter from any field on this form. The main form contains customer information, the subform contains cylinder information for that customer.. sometimes i might want...
  9. mdavis1

    Filter /Open Report Command Button

    **Private Sub cmdOpenReport_Click() If Me.Filter = &quot;&quot; Then MsgBox &quot;Apply A Filter to the Form First!!&quot; Else DoCmd.OpenReport &quot;Report1&quot;, acViewPreview, , Me.Filter End If End Sub** i have a form &quot;frmCustomerSurveySheet&quot; that has a...
  10. mdavis1

    Show results in a form-- from multiple combo boxes

    i have 4 synchronized combo boxes. one each for customer name, plant name, location, and unit these are the four search criteria to find the information i want to find. i have the combo boxes synchronized////////// now i want to be able to select those four fields, then press a button to open my...
  11. mdavis1

    Open Report/Print Out

    i want to select records in my form and print them out to my report. I don't want to save any queries or filters if possible. I can get them to print out (as selected), but they print out in form, not report. HELP. Oh, then i want the PrintOut command too. thank you

Part and Inventory Search

Back
Top