AussieCandii
IS-IT--Management
I needed to put a subform on a main form (Item Phrases) controlled by a specific field. The data on the subform came from two related tables. I could not then add to or change the recordset.
I got over this problem by combining the two tables for the subform into one. However, now I need to ensure that the table I made is consistent with the tables it came from.
Basically, before the user opens the main form (Item Phrases), I need to get the make table query to run again (silently, if possible - ie. no prompts from Access "This table already exists.... you're about to add xxx records, etc" to ensure that all data is available in the form.
I'm not sure if I'm making this clear, but would be grateful if anybody could help.
In addition, on another form (Item Info), I have several fields (bound to the data table) which need to rely on data picked from a combo box. I've tried using Refresh, but then I get an error message about single row update causing an error - even when no changes have been made to the underlying data. Is there a way I can autofill the remaining data on my form?
Here's hoping ..........
AussieCandii
I got over this problem by combining the two tables for the subform into one. However, now I need to ensure that the table I made is consistent with the tables it came from.
Basically, before the user opens the main form (Item Phrases), I need to get the make table query to run again (silently, if possible - ie. no prompts from Access "This table already exists.... you're about to add xxx records, etc" to ensure that all data is available in the form.
I'm not sure if I'm making this clear, but would be grateful if anybody could help.
In addition, on another form (Item Info), I have several fields (bound to the data table) which need to rely on data picked from a combo box. I've tried using Refresh, but then I get an error message about single row update causing an error - even when no changes have been made to the underlying data. Is there a way I can autofill the remaining data on my form?
Here's hoping ..........
AussieCandii