In my database table are columns hat show times of day, 6:00am, 6:30am, 7:00am and so on
But I have a small problem
The columns run the wrong way, they are horizontal where thy need to be vertical.
Did I do something wrong in the Database?
I’m using a Data Grid to display my table. Is that what I should use ??
Thanks!
looks like you created columns for each value you want vs having a column called 'time' and adding each value to it.
What are you trying to accomplish? What you did may not be wrong depending on what you are trying to do, but it sounds like what you wanted was what I suggested above
I had made a Simple Address Book before and thought that it would be a good idea to stay with databases till I know (somewhat) how to use them.
What I’m working on is supposed to be a Desktop Note Manager it is supposed to display 2 columns, one of witch should be Time and the other the “To DO List”
I can’t find any Info. on this in my book. On top of that I started not to long ago to learn VB6 but decided to switch to .net so that complicates things a whole lot.
I’m not looking for any handouts, just some guidance or maybe a link with some info.
I know there is a wealth of good coders in these forums.
Thanks!!!!!!!!