hi, I asked about this a few days ago and am still struggling to come up with a solution!! I have a query that has calculated fields (run by a function), i also have a form that has a control source of an SQL statement (multiple queries and an orders table), becuase of this when i add all of the calculated fields (192 of them!!) i end up with too many fields and the SQL gets truncated!
Is there a way to call the values of the query in an after update event on my form (after update - because the user has too choose the number of units to be purchased).
i have tried some different things but end up with undimensioned variables and external names not recognised!
To point to the query i tried the folowing.....
P1 = [qryBBPrices.UKprice1]
P1 = [qryBBPrices]![ukprice1]
P1 = [qryBBPrices].UKprice1
HELP!!
Am desperate !! X-)
Is there a way to call the values of the query in an after update event on my form (after update - because the user has too choose the number of units to be purchased).
i have tried some different things but end up with undimensioned variables and external names not recognised!
To point to the query i tried the folowing.....
P1 = [qryBBPrices.UKprice1]
P1 = [qryBBPrices]![ukprice1]
P1 = [qryBBPrices].UKprice1
HELP!!
Am desperate !! X-)