A family of Microsoft relational database management systems designed for ease of use.
- I just left it the way it was when I created the subform from that table. I removed the Control Source field, and the field just reads as Unbound. Unfortunately then as I viewed each form they all had "1" as their MainRecipeReferenceID.
Think I know what you meant now, that the Parent Form holds this information and so should be in it and not picked up through the subform. (I had removed it when I first set up my form.) Fixed.
- Although if I put the label (only) in the header it is unable to have the field next to it, the field itself would still need to be in the 'Detail' and would then create a gap of at least 1 field. Is there another way?
I think I came up with a solution after taking out the MainRecipeReferenceID field, I only have one field (and label left). I put the label in the Parent form so the field can be next to it and be the only one repeating.
- When I have all my information in I just want it to look neat and complete, not like it is waiting for extra information. I don't find in Datasheet View (like Excel), but would prefer the form to be cleaner.
- Played around with subform in subform, it is fixed now. Thanks.
Is there a way to set up a filter for 1 combo box once a selection has been chosen from the previous, from the information in the tables and not that in the form. As I have all my categories and their folders listed in their tables but have not input recipes for them all yet. I think my joins and subforms makes this more complicated.
I would just like to confirm that you would generally do my form off a query with the 2 subforms? (for continuous entry)
Also you would do the bulk of your data entry through forms, right?