I need to create default setting in my mde database such as Exchange rate and Vat rate etc. at present I have fields on my form which default to my settings, but when things change it means creating a new mde each time. I have created a settings table with a single record, with each setting required as a field. My forms will then take the setting from this table which can be updated through a normal input form, or directly into the table.
(I think this is how it should be done but I am very willing to take advise)
My problem is how to get the [exchrate] field from the table into my form so calculations can be taken from its value, I can pick it by a Select Distinct from the table but whats the correct way of doing this?
thanks in advance
(I think this is how it should be done but I am very willing to take advise)
My problem is how to get the [exchrate] field from the table into my form so calculations can be taken from its value, I can pick it by a Select Distinct from the table but whats the correct way of doing this?
thanks in advance