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. wayniac42

    MS Access Database to a Windows Applications?

    What I am trying to do is convert my entire database (tables, forms, reports, macros, modules, etc) into VB so that I am able to create a windows application rather then opening MS Access. I have the layout, also a great deal of VB coding behind my database and am uncertain on how to output it...
  2. wayniac42

    Checkbox/Reports

    Where is the visible property located at? The only one I can see is in the report which only allows me to enter yes/no Are you referring to the visibility option on the check box?
  3. wayniac42

    Checkbox/Reports

    Does anyone know a code to help me with this problem. I would like it so that when a check box is clicked, it will automatically add that field to a report. Here is an example: Option A (Checked) Option B (Checked) Option C (Not Checked) Option D (Checked) Report Option A: Information...
  4. wayniac42

    Hide/Unhide Tabs

    Thank you, it works excellent now :) You all sure do know your stuff.
  5. wayniac42

    Hide/Unhide Tabs

    I require something very similar. I have a database built on 4 tabs, but inside one of those tabs I would like another group of tabs. The problem is that my second group of tabs are being displayed on ALL of the main 4 tabs and not the single tab that I would like it to. What I am asking is if...
  6. wayniac42

    Tabs within Tabs?

    Someone had helped me solve my problem and it works great now. This is what that person said. (Quote) You can't directly add a tab control into another tab control. However...you can add a subform onto a tab control page and then add a new tab control into the subform.
  7. wayniac42

    Tabs within Tabs?

    Can a tab be inserted within single tab without conflicting with the other tabs. If this cannot be done, how might I go about having several large objects within a single tab and keeping them within the same form? Here is a more pictorial view...
  8. wayniac42

    Subform to Main Form Text Transfer

    WOW... Thank you soooo much it works perfect now. I really do appreciate all the help :)
  9. wayniac42

    Subform to Main Form Text Transfer

    I tried using a button inside the subform but I still get that same syntax error :(
  10. wayniac42

    Subform to Main Form Text Transfer

    Private Sub Form_Click() Forms![Contacts].NOCtitle1 = NOCtitle.Value End Sub
  11. wayniac42

    Subform to Main Form Text Transfer

    I wrote this line of code in the subform click event with "Code Builder".
  12. wayniac42

    Subform to Main Form Text Transfer

    Forms![Contacts].NOCtitle1 = NOCtitle.Value These are the correct names but I still receive an "Expected: End of statement error"?
  13. wayniac42

    Subform to Main Form Text Transfer

    Can someone help me make it so that the subform I am working on transfers the text within the field to a text box on the main form when clicked. Is there a macro available or a line of code that can do this task?
  14. wayniac42

    Combo Box, Subform, Text Box - Relationships/Filter

    If you require anymore information feel free to ask and thank you for your on going efforts.
  15. wayniac42

    Combo Box, Subform, Text Box - Relationships/Filter

    Oh shoot... Form NOC Classifications Control Source: "Work Preference 1" This is a combo box that looks up the subform. Sorry for the inconvenience.
  16. wayniac42

    Combo Box, Subform, Text Box - Relationships/Filter

    Form Record Source: "Contacts" (table) Subform Record Source: "SELECT [NOC Title 1].NOC, [NOC Title 1].[NOC Title] FROM [NOC Title 1];" Subform Source Object: "NOC Title 1 subform1" Form Textbox Control Source: "NOC Title 1" Subform textbox Control Source: "NOC Title
  17. wayniac42

    Combo Box, Subform, Text Box - Relationships/Filter

    Are you referring to the record sources?
  18. wayniac42

    Combo Box, Subform, Text Box - Relationships/Filter

    What I am trying to do is select an item from the combo box and have it displayed in the subform. Then once you scroll though the subform and find the field you like, click on it and it will automatically be transferred to a text box. I have created a 3-step image demonstrating how it should...

Part and Inventory Search

Back
Top