User Profile

Collapse

Profile Sidebar

Collapse
syntaktik
syntaktik
Last Activity: Jan 9 '10, 03:51 PM
Joined: Dec 26 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • syntaktik
    replied to Make table based on criteria
    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?
    See more | Go to post

    Leave a comment:


  • syntaktik
    replied to Hide column through VBA
    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?
    See more | Go to post

    Leave a comment:


  • syntaktik
    started a topic Make table based on criteria

    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...
    See more | Go to post

  • syntaktik
    started a topic Hide column through VBA

    Hide column through VBA

    How do I hide columns in a split form through VBA? I tried this:
    Code:
    Me.Controls("field").ColumnHidden = True
    but i have to close the form and open it again to see the change. Nor does adding this help.
    Code:
    Me.Requery
    Me.Refresh
    Me.Repaint
    Any ideas?
    Thank you in advance.
    See more | Go to post

  • syntaktik
    replied to Run Dos command from VB.Net
    that looks right. Where do the commands go?
    See more | Go to post

    Leave a comment:


  • syntaktik
    started a topic Run Dos command from VB.Net

    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?
    See more | Go to post
No activity results to display
Show More
Working...