Here's the situation...
On the Form, I've got a ComboBox (ProjectNumber), a TextBox(DateWorked), and another TextBox (Hours).
What I'm trying to do is to fill in the Hours, based on a query (already built) that will pull up hours that were worked on DateWorked, and only on a certain ProjectNumber.
Is there an easy way to accomplish this, without extensive knowledge of VB or Access? I can get around in both, well enough, but most of what I know has come from Help files.
Any help would by greatly appreciated...
On the Form, I've got a ComboBox (ProjectNumber), a TextBox(DateWorked), and another TextBox (Hours).
What I'm trying to do is to fill in the Hours, based on a query (already built) that will pull up hours that were worked on DateWorked, and only on a certain ProjectNumber.
Is there an easy way to accomplish this, without extensive knowledge of VB or Access? I can get around in both, well enough, but most of what I know has come from Help files.
Any help would by greatly appreciated...