Hi all,
Not sure if I've done the right thing but I'm part way there...
Ok, what I'm trying to achieve is this: To have a form with various text fields, some are for input but a few would be calculating what values are entered into the forst text boxes, but this data should also be stored in the same table.
So, this is what i've done so far: I created a query with a few fields (1-4)from my table and another field that calculates these fields that looks like this.
IIF([name]>=2 And [department]>=1 And [role]<=5,"Yes","No"
I then created a form based on this query, I can now enter data into the text boxes for fields 1-3 and the text box that does the calculations works a treat.
The problem is getting the auto calculated value to be stored 'automatically' in the same table.
Can anyone advise, either an alternative to what I've done, or how I can get this field saved?
Not sure if I've done the right thing but I'm part way there...
Ok, what I'm trying to achieve is this: To have a form with various text fields, some are for input but a few would be calculating what values are entered into the forst text boxes, but this data should also be stored in the same table.
So, this is what i've done so far: I created a query with a few fields (1-4)from my table and another field that calculates these fields that looks like this.
IIF([name]>=2 And [department]>=1 And [role]<=5,"Yes","No"
I then created a form based on this query, I can now enter data into the text boxes for fields 1-3 and the text box that does the calculations works a treat.
The problem is getting the auto calculated value to be stored 'automatically' in the same table.
Can anyone advise, either an alternative to what I've done, or how I can get this field saved?