R
RoberzieB
A table with 2 fields in which the data are correlated (but not coupled) are
populated by ComboBoxes with sources from a separate table with the
correlated information in the same records. Specifically, Company Name and
Stock symbol. The form used to enter and edit information in the master
table allows the selection of unrelated Company Name and Stock Symbol. Using
a RecordSet, ToDo Loop, and an UPDATE query, I have "sort of" accomplished
the job. Changing the selection of the Company Name generates the above
error message. Clicking the "Drop Changes" button produces another error
message -- "You can't save this record at this time. . . . Do you want to
close anyway? "Yes" closes the form. When the form is reopened, it displays
the intended updated Company Name and its appropriately updated stock symbol
(and the underlying table is properly updated). Other forms in the program
employ record sets. I believe these record sets and connections are properly
closed. Any clues ??
populated by ComboBoxes with sources from a separate table with the
correlated information in the same records. Specifically, Company Name and
Stock symbol. The form used to enter and edit information in the master
table allows the selection of unrelated Company Name and Stock Symbol. Using
a RecordSet, ToDo Loop, and an UPDATE query, I have "sort of" accomplished
the job. Changing the selection of the Company Name generates the above
error message. Clicking the "Drop Changes" button produces another error
message -- "You can't save this record at this time. . . . Do you want to
close anyway? "Yes" closes the form. When the form is reopened, it displays
the intended updated Company Name and its appropriately updated stock symbol
(and the underlying table is properly updated). Other forms in the program
employ record sets. I believe these record sets and connections are properly
closed. Any clues ??