Hello
I have a table containing dimensional data for several products.
The dimensions are stored in generic fields called d1, d2, d3, d4 etc, etc
There is an dimtype field that identifies the dimensional schema and what fields are used.
I wan't to create views for each dimensional schema and add meaningfulness names to each field.
This way I can insert records through that view witch is a great access feature.
The annoyance is that I need to insert the "dimtype" field value that is always the same for each view. It is the only field used as criteria (in the WHERE clause) and it shouldn't even be visible
Is there a way to automatically insert this field witgh the value usede in the criteria?
Thanks in advance.