I have a little databes in access. I make a few forms with sub forms and drop list(by query):
Steps of my creating form:
- make form from table
- delete all not PK or FK text box
- create comboBox with store value to text box what I choase
- create subForm and set Link Master Fields and child fields
design view:
This is form for table Task task have Fk: Project, peson etc. DropLists are connected tu subform for changing FK like project, person etc. So when I work i select in droplists what i want add to database and work with subForm. When I close this form, the first row in table change FK to last configuration on droplists.. Pleas how can I fix it?