Hey
I have this project that i have not looked at in a while. My PC crashed and i had to reinstall windows XP. The problem is my DBGrid is resizing to the left. I cannot see any of my values. Anyone ever see anything like this?
Thanks,
Reston
Printable View
Hey
I have this project that i have not looked at in a while. My PC crashed and i had to reinstall windows XP. The problem is my DBGrid is resizing to the left. I cannot see any of my values. Anyone ever see anything like this?
Thanks,
Reston
What do you mean "Resizing to the left"? I think you're going to need to show us some screenshots on this one.
I will take some screen shots and post them.
Thanks for the reply
Hey all
This is a form in my app ,but i'm having trouble with the size of the columns in this. They are not in the order of the access data base and the size of the columns seem to be pretty large.
This is the code that i'm using as the form loads.
Thanks for any help
VB Code
Private Sub Form_Load()
sPath = "C:\Nif3\Table1.mdb"
Set daoDB36 = DBEngine.OpenDatabase(sPath)
Set rs = daoDB36.OpenRecordset("ToolOrgins")
Set datToolOrgins.Recordset = rs
End Sub
VB Code
Attachment 71140
You can go to the Property Pages and the Layout tab and set the Width of the columns.
I will try this.