andy_dyer
07-10-2003, 02:03 AM
Hi,
I am a relative newbie when it comes to database devleopment, and I've got a sticky problem...
I have a table (tblInput)
I have a query (qryImprovements)
qryImprovements is based on tblInput and compares 8 pairs of fields (pre & post) and determines whether it is a postive result or not. If it is positive it gives it a "1" if not then a "0".
So for each record I have a total positive result.
I would like this to be included in my table tblInput as a field "Total Positive Changes" but every time I try to get the lookup wizard says that because the query is based on the table I am using I cannot lookup those figures.
I have worked out a way of getting the figures to display on my form frmInput which is the front end of tblInput but this doesn't feed back to the table the results i.e. the form says "7" but the table is still "0".
I didn't know whether this was a "table" or a "form" forum question so apologies if this could be better placed!
Thanks in advance for any help offered as I am slowly going insane!
Andy
I am a relative newbie when it comes to database devleopment, and I've got a sticky problem...
I have a table (tblInput)
I have a query (qryImprovements)
qryImprovements is based on tblInput and compares 8 pairs of fields (pre & post) and determines whether it is a postive result or not. If it is positive it gives it a "1" if not then a "0".
So for each record I have a total positive result.
I would like this to be included in my table tblInput as a field "Total Positive Changes" but every time I try to get the lookup wizard says that because the query is based on the table I am using I cannot lookup those figures.
I have worked out a way of getting the figures to display on my form frmInput which is the front end of tblInput but this doesn't feed back to the table the results i.e. the form says "7" but the table is still "0".
I didn't know whether this was a "table" or a "form" forum question so apologies if this could be better placed!
Thanks in advance for any help offered as I am slowly going insane!
Andy