User Profile
Collapse
-
I could reuse the same table again, but I may not fill in all the columns(fields? ). Is there a code to ignore them in the forms and reports based on that table? -
Not working for me. But i do know if i close the form, and then open it again, it wont show up, yet none of the refresh commands work.
What I am trying to do is have a split form with an option group on top. There I can select what group of columns I want to see(or all of them). Is there maybe a better way to do that?Leave a comment:
-
Make table based on criteria
I want to create a query that will append the information I select, and then place it in another table. That table should be created through a form so I can select how many fields there should be. So if I would select 3 form a combo box, it would give me these three columns: "Field1, Field2, Field3." Is this possible? The only way I know is the ALTER TABLE statement, but I have no clue how to use it.
http://office.microsof t.com... -
Hide column through VBA
How do I hide columns in a split form through VBA? I tried this:
Code:Me.Controls("field").ColumnHidden = True
Code:Me.Requery Me.Refresh Me.Repaint
Thank you in advance. -
-
Run Dos command from VB.Net
I am a complete newbie at programing, but i still want to try learning how to do it. Then i thought instead of writing large amounts of code, i could just use the included Dos commands. However, i am not even sure how to run those from VB.NET. Are there any examples or snippets out there for me to use?
No activity results to display
Show More
Leave a comment: