I have a form with several combo boxes. The selection on the first combo box determines what data is retrieved by a pass-thru query which are then used to populate a table. The subsequent combo boxes are based on a query that grabs data from the just populated table. It's when the second combo box is accessed when the message "The data has been changed. Another user edited this record..." comes out. Is there a way to get rid of this message? I already tried set warnings to false, save record, etc. but nothing seems to fix it.
Thanks in advance for the help.
Thanks in advance for the help.