A
Aldred
Hi all,
I had a continuous form like this:
PID: 123
Name: ABC
Sum: unbound
PID: 124
Name: DEF
Sum: unbound
PID and Name was generated from a query. There was a Unbound textbox which
was associated with Sum label.
The data of that field will be generated from a complex query depends on the
PID and other fields which is a sum of some numbers from another table.
The problem is that I do not know how to make my query fires whenever the
PID changes. For example, when the PID is 123, the Sum should be 1000, and
when PID is 124, the Sum should be 2000 something like that.
I tried to make a record set on the events but they don't work. I tried to
put it in Record source and I get an error. I tried to put the query and
save it, then call it out in the record source and still fail. All I get is
unbound, ?Name?, or Error.
Can some one please help me.
Thanks in advance.
I had a continuous form like this:
PID: 123
Name: ABC
Sum: unbound
PID: 124
Name: DEF
Sum: unbound
PID and Name was generated from a query. There was a Unbound textbox which
was associated with Sum label.
The data of that field will be generated from a complex query depends on the
PID and other fields which is a sum of some numbers from another table.
The problem is that I do not know how to make my query fires whenever the
PID changes. For example, when the PID is 123, the Sum should be 1000, and
when PID is 124, the Sum should be 2000 something like that.
I tried to make a record set on the events but they don't work. I tried to
put it in Record source and I get an error. I tried to put the query and
save it, then call it out in the record source and still fail. All I get is
unbound, ?Name?, or Error.
Can some one please help me.
Thanks in advance.