Newbie using Access 2010.
I've been building my first database (document control tracking) and am completely stuck trying write the code for a form using option buttons and check boxes. I've attached a mockup of what I am trying to accomplish. I need the user to be able to choose a combination...
Galaxiom - that worked perfectly!!! Thank you. I've been trying to get the right combination for days.
Mr. B - that's what I had originally tried after seeing that suggestion on another thread, resulting in the path I shared which still didn't work for me. Maybe I wasn't using the builder...
Hi all,
There is a command button on my form that calls a filtered query. I'm filtering the query based on a combo box within the form using
[Forms]![frmAssignDwgs]![Combo15]
It works beautifully until I put the form as a subform in the Navigation Form I'm using. When I execute it from within...