I need to create Fix List in ComboBox on Form.
I need the select data from the Fix List will be stored in the connected table to the Form.
How to create this Fix List?
Thanks in advanced
I'm creating form with combo box which is lookup to data list in table (this table need to stay as is without changes, the data is corresponding to other table by ID field) when I'm choosing one value in this combo box this value is duplicat it salf in this table.
How can I prevent this...
I'm creating form with combo box which is lookup to data list in table (this table need to stay as is without changes, the data is corresponding to other table by ID field) when I'm choosing one value in this combo box this value is duplicat it salf in this table.
How can I prevent this...
For example the table t_Asset is need to be constant but the record t_Asset.r_Asset is updateing each time I have updating the Sale table thru the query.
How can I change it to not updateable.
Thanks in advanced.
All these are good but not solve my problem:
I'm trying to make relationship between two (and more) tables for query.
I need to read from one table the data but not write to it.
The ID row will be linked to the other table (this table will be update with the number of the ID).
Until now I...
I'm not opening it from Form it is query
I'm trying to make relationship between two (and more) tables for query.
I need to read from one table the data but not write to it.
The ID row will be linked to the other table (this table will be update with the number of the ID).
Until now I have...
I want to create table with constant data and query that just read from it but not update.
How can I promising that the constant table will be not updates from this query?
Thanks in advanced
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.