Hi all
A few questions, first off I have a main form and table with 3 subforms running off 2 other tables. In my main table I have only 3 fields, ID, PID and Team, all unique so that I have a set number of main records. The subforms are all linked by team command but I also use an unbound combo box, month, on my main form as a selection for the subforms. Now I have month as reqired on the sub forms and that’s ok but what I want is that when a month is selected in the unbound combo then the subforms will open to that month or if it’s not there it’ll create a new record but not having much success so any help would be awesome. Still pretty rubbish with VBA but trying to learn so dummy instructions would be nice.
Another question, one of my subforms is used only to enter hours allocated to certian areas, so it’s just the first field is total hours available then a few feilds for deductions and finally a GrossHours field that’s a simple calculation, I want to be able to use that figure in another subform and be able to manipulate it without changing the original entery in GrossHours(i.e. after they have completed the subform for hours there will be an entry in GrossHours that will be saved in a table, I want to be able to copy that number into another text box, I’ve been trying with an unbound text box on my main form, and then be able to take hours away from that without changing the entry in GrossHours). Hopefully this makes sense to some one.
Thanks for reading these 2 walls of text anyways.
Cheers