I like it! Although, now I'm trying to think of what it would take to programmatically create the table and form to expand or shrink based on the number of assignments vs doing it manually. I've got the table building part, but I need to go to bed before I spend too long on this and don't get any sleep. :) I'll play with it more later. I'm sure all the Lego pieces are there. I just need to assemble them. :)
You could easily hide columns you don't need and resize the form dynamically. Believe me, I could easily spend another day or two just adding bells and whistles... But the core is built.
Kevin Yip
@Reply 2 years ago
.NET has something called DataGridView (pictured below) that offers Excel-like interface and coding, and can be used in Windows app interface and web interface. You can refer to each "cell" by row and column, and you can easily "fill" in data from your data source. I wish Access had something like it.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Captain's Log.