I have a Form based on a query to several tables, which tables I do not want to update. The Form is to provide a variable template to update other tables in the database. The tables in the underlying query are actually metadata that is used to determine how many rows and columns need to appear on the Form. The User then enters data in the rows and columns which are parsed to built inserts to other tables. The problem is that I can't enter data in the Form unless the underlying tables are updateable, which I don't want to happen. ANY IDEAS ????<br>
<br>
Is there a simpler way to solve this problem?<br>
<br>
The design is to allow Users to enter Measurement/Test data on many different types without needing a separate form for each Type.
<br>
Is there a simpler way to solve this problem?<br>
<br>
The design is to allow Users to enter Measurement/Test data on many different types without needing a separate form for each Type.