This may sound like some simple stuff but I'm getting lost and my professor is hard to reach so if anybody can help me I'd greatly appreciate it.
I'm writing sort of like a bank program, there is a "log-in" form, a "registration" form, and a "data access" form. My professor gave wrote us out a data set that had sample data in it so we would know when it was working. Where I'm running into trouble first is, he told us to load the data into our "main" form which is the data view but then we need to have our "log-in" form show up so that the user can log-in and be validated. What I can't get to happen is only my log-in form to show up. I've got it so that both forms are showing, but i need just the log-in and once they're confirmed just the data access to show.
My second problem is, I really didn't understand what he was talking about when he was trying to explain how to use, check, and save new inputs to and from the data set. So if anybody could give a small explanation or direct me in the right location because I've been using Google for about 2 hours now and have come up empty handed. Again any help in the right direction is very much appreciated.