Results 1 to 2 of 2

Thread: VB 6 and Access 97 problem

  1. #1
    Scorpio
    Guest

    Question

    Hi!

    I have just made a VB program that uses an MS Access database. I used the wizard because I'm not very good on VB-database stuff.
    My question is: How do I change the size on the columns? I want it to start with a specific width. I tried to change in Access and I tried to find a place in VB to change it, but with no success.

    I also would like to delete posts that are created 10 days earlier (I only want to show the newest stuff). I already have a data field in my DB.

    Hope you understand...

  2. #2
    New Member
    Join Date
    Jan 2001
    Location
    Stockholm
    Posts
    13

    Cool stockholm rolles

    try with this code

    DBGrid1.Columns(c).Width= 15 000

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width