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...
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?
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...
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...
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.
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...
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?
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.