Hey all,
I've created a form to be used for data entry that opens to a blank (new) record. I'm trying to create a combo box (Study ID on left) that when a value from the drop-down is selected the user can enter data to create a new "Encounter".
What my combo box does so far:
1 - Passes the value (from another table) to the Study_ID field on the right side of the form (which will later be hidden).
2 - Refreshes the subform query to show previous "encounters".
Problems I'm having:
1 - Instead of adding a new record the combo box brings up the last record and tries to modify that one. Whenever I set the combo box to also "GoTo Record -> New" it also clears the value from both Study_ID fields, defeating the purpose of passing the value to Study_ID on the right.
2- Also it seems to add entries to the associated table without me intentionally doing so (see the blank record in the query). I'd like the record to remain unsaved until I select the command box "Save Encounter".
Any help is tremendously appreciated.
Thanks!!